Html Css Color HEX #96E15F Conifer

📋 copy color: '#96E15F'

red 150 ◦ green 225 ◦ blue 95

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

Shades of Conifer #96E15F

Tints of Conifer #96E15F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.87%

 BLUE value IS 95 (37.5% from 255) = 20.21%

R = 31.91%
G = 47.87%
B = 20.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#96E15F (or 0x96E15F) is known color: Conifer. HEX triplet: 96, E1 and 5F. RGB value is (150,225,95). Sum of RGB (Red+Green+Blue) = 150+225+95=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #96E15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E15F is #691EA0. Grayscale: #BCBCBC. Windows color (decimal): -6889121 or 6283670. OLE color: 6283670.

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

Color convert

RGB 150 225 95 -
CMYK 0.33 0 0.58 0.12
HSL 94.62º 0.68% 0.63% -
HSV(B) 94.62º 0.58% 0.88% -
XYZ 41.57 61.16 20.44 -
YUV 187.76 75.65 101.07 -
System Red Green Blue C M Y K H S L
Decimal 150 225 95 0.33 0 0.58 0.12 94.62 0.68 0.63
Hex 96 E1 5F 21 0 3A C 5F 44 3F
Octal 226 341 137 41 0 72 14 137 104 77
Binary 10010110 11100001 1011111 100001 0 111010 1100 1011111 1000100 111111

Color Harmonies of #96E15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E15F

Black with #96E15F

Text Example


Text Example

White with #96E15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,95); }

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

background-color css

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

 a { background-color: rgb(150,225,95); }

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

border-color css

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

 span { border-color: rgb(150,225,95); }

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