#97af14

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

Shades of Citrus #97AF14

Tints of Citrus #97AF14

Color information

#97AF14 (or 0x97AF14) is unknown color: approx Citrus. HEX triplet: 97, AF and 14. RGB value is (151,175,20). Sum of RGB (Red+Green+Blue) = 151+175+20=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AF14 is #6850EB. Grayscale: #969696. Windows color (decimal): -6836460 or 1355671. OLE color: 1355671.

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

Color convert

RGB15117520-
CMYK0.1400.890.31
HSL69.29º79.49%38.24%-
HSV(B)69.29º88.57%68.63%-
XYZ28.2237.296.37-
YUV150.1554.55128.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 20 (8.20% from 255) = 5.78%
R=43.64%
G=50.58%
B=5.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151175200.1400.890.3169.2979.4938.24
Hex97AF14E0591F454f26
Octal227257241601313710511746
Binary1001011110101111101001110010110011111110001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97af14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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