#96D00A

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

Shades of Citrus #96D00A

Tints of Citrus #96D00A

Color information

#96D00A (or 0x96D00A) is unknown color: approx Citrus. HEX triplet: 96, D0 and 0A. RGB value is (150,208,10). Sum of RGB (Red+Green+Blue) = 150+208+10=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #96D00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D00A is #692FF5. Grayscale: #A8A8A8. Windows color (decimal): -6893558 or 708758. OLE color: 708758.

HSL color Cylindrical-coordinate representation of color #96D00A: hue angle of 77.58º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96D00A is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB15020810-
CMYK0.2800.950.18
HSL77.58º90.83%42.75%-
HSV(B)77.58º95.19%81.57%-
XYZ35.1951.628.4-
YUV168.0938.78115.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 208 (81.64% from 255) = 56.52%
BLUE value IS 10 (4.30% from 255) = 2.72%
R=40.76%
G=56.52%
B=2.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150208100.2800.950.1877.5890.8342.75
Hex96D0A1C05F124e5b2b
Octal226320123401372211613353
Binary1001011011010000101011100010111111001010011101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,208,10); }

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

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

 a { background-color: rgb(150,208,10); }

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

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

 span { border-color: rgb(150,208,10); }

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