#96AF13

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

Shades of Citrus #96AF13

Tints of Citrus #96AF13

Color information

#96AF13 (or 0x96AF13) is unknown color: approx Citrus. HEX triplet: 96, AF and 13. RGB value is (150,175,19). Sum of RGB (Red+Green+Blue) = 150+175+19=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF13 is #6950EC. Grayscale: #969696. Windows color (decimal): -6901997 or 1290134. OLE color: 1290134.

HSL color Cylindrical-coordinate representation of color #96AF13: hue angle of 69.62º degrees, saturation: 0.8, 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 #96AF13 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB15017519-
CMYK0.1400.890.31
HSL69.62º80.41%38.04%-
HSV(B)69.62º89.14%68.63%-
XYZ28.0337.196.32-
YUV149.7454.22128.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 19 (7.81% from 255) = 5.52%
R=43.60%
G=50.87%
B=5.52%

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
Decimal150175190.1400.890.3169.6280.4138.04
Hex96AF13E0591F465026
Octal226257231601313710612046
Binary1001011010101111100111110010110011111110001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AF13; }

 p { color: rgb(150,175,19); }

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

<style>
 a { background-color: #96AF13; }

 a { background-color: rgb(150,175,19); }

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

<style>
 span { border-color: #96AF13; }

 span { border-color: rgb(150,175,19); }

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