#96E25D

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

Shades of Conifer #96E25D

Tints of Conifer #96E25D

Color information

#96E25D (or 0x96E25D) is unknown color: approx Conifer. HEX triplet: 96, E2 and 5D. RGB value is (150,226,93). Sum of RGB (Red+Green+Blue) = 150+226+93=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #96E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E25D is #691DA2. Grayscale: #BCBCBC. Windows color (decimal): -6888867 or 6152854. OLE color: 6152854.

HSL color Cylindrical-coordinate representation of color #96E25D: hue angle of 94.29º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96E25D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB15022693-
CMYK0.3400.590.11
HSL94.29º69.63%62.55%-
HSV(B)94.29º58.85%88.63%-
XYZ41.7561.6720.06-
YUV188.1174.32100.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 226 (88.67% from 255) = 48.19%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=31.98%
G=48.19%
B=19.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal150226930.3400.590.1194.2969.6362.55
Hex96E25D2203BB5e463f
Octal226342135420731313610677
Binary100101101110001010111011000100111011101110111101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,226,93); }

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

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

 a { background-color: rgb(150,226,93); }

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

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

 span { border-color: rgb(150,226,93); }

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