#97af18

Color #97AF18 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #97AF18

Tints of Citrus #97AF18

Color information

#97AF18 (or 0x97AF18) is unknown color: approx Citrus. HEX triplet: 97, AF and 18. RGB value is (151,175,24). Sum of RGB (Red+Green+Blue) = 151+175+24=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AF18 is #6850E7. Grayscale: #979797. Windows color (decimal): -6836456 or 1617815. OLE color: 1617815.

HSL color Cylindrical-coordinate representation of color #97AF18: hue angle of 69.54º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97AF18 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB15117524-
CMYK0.1400.860.31
HSL69.54º75.88%39.02%-
HSV(B)69.54º86.29%68.63%-
XYZ28.2637.316.58-
YUV150.6156.55128.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 6.86%
R=43.14%
G=50%
B=6.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151175240.1400.860.3169.5475.8839.02
Hex97AF18E0561F464c27
Octal227257301601263710611447
Binary1001011110101111110001110010101101111110001101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97af18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97af18; }

 p { color: rgb(151,175,24); }

 H1.HeaderClassName
 {
   color: #97af18;
 }
 .AnyTagClassName
 {
   color: #97af18;
 }
</style>
background-color css

<style>
 a { background-color: #97af18; }

 a { background-color: rgb(151,175,24); }

 div.DivClassName
 {
   background-color: #97af18;
 }
 .BgClassName
 {
   background-color: #97af18;
 }
</style>
border-color css

<style>
 span { border-color: #97af18; }

 span { border-color: rgb(151,175,24); }

 td.TdClassName
 {
   border-color: #97af18;
 }
 .TagClassName
 {
   border-color: #97af18;
 }
</style>