Html Css Color HEX #96E060 Conifer

📋 copy color: '#96E060'

red 150 ◦ green 224 ◦ blue 96

#96E060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #96E060

Tints of Conifer #96E060

RGB

 RED value IS 150 (58.98% from 255) = 31.91%

 GREEN value IS 224 (87.89% from 255) = 47.66%

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 31.91%
G = 47.66%
B = 20.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#96E060 (or 0x96E060) is known color: Conifer. HEX triplet: 96, E0 and 60. RGB value is (150,224,96). Sum of RGB (Red+Green+Blue) = 150+224+96=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #96E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E060 is #691F9F. Grayscale: #BBBBBB. Windows color (decimal): -6889376 or 6348950. OLE color: 6348950.

HSL color Cylindrical-coordinate representation of color #96E060: hue angle of 94.69º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96E060 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 96 -
CMYK 0.33 0 0.57 0.12
HSL 94.69º 0.67% 0.63% -
HSV(B) 94.69º 0.57% 0.88% -
XYZ 41.34 60.64 20.59 -
YUV 187.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 150 224 96 0.33 0 0.57 0.12 94.69 0.67 0.63
Hex 96 E0 60 21 0 39 C 5F 43 3F
Octal 226 340 140 41 0 71 14 137 103 77
Binary 10010110 11100000 1100000 100001 0 111001 1100 1011111 1000011 111111

Color Harmonies of #96E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E060

Black with #96E060

Text Example


Text Example

White with #96E060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,96); }

 H1.HeaderClassName
 {
   color: #96E060;
 }
 .AnyTagClassName
 {
   color: #96E060;
 }
</style>

background-color css

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

 a { background-color: rgb(150,224,96); }

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

border-color css

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

 span { border-color: rgb(150,224,96); }

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