#96F04A

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

Shades of Conifer #96F04A

Tints of Conifer #96F04A

Color information

#96F04A (or 0x96F04A) is unknown color: approx Conifer. HEX triplet: 96, F0 and 4A. RGB value is (150,240,74). Sum of RGB (Red+Green+Blue) = 150+240+74=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #96F04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F04A is #690FB5. Grayscale: #C2C2C2. Windows color (decimal): -6885302 or 4911254. OLE color: 4911254.

HSL color Cylindrical-coordinate representation of color #96F04A: hue angle of 92.53º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96F04A is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB15024074-
CMYK0.3700.690.06
HSL92.53º84.69%61.57%-
HSV(B)92.53º69.17%94.12%-
XYZ44.9769.317.48-
YUV194.1760.1896.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 240 (94.14% from 255) = 51.72%
BLUE value IS 74 (29.30% from 255) = 15.95%
R=32.33%
G=51.72%
B=15.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150240740.3700.690.0692.5384.6961.57
Hex96F04A2504565d553e
Octal226360112450105613512576
Binary100101101111000010010101001010100010111010111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,240,74); }

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

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

 a { background-color: rgb(150,240,74); }

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

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

 span { border-color: rgb(150,240,74); }

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