Html Css Color HEX #9CE160 Conifer

📋 copy color: '#9CE160'

red 156 ◦ green 225 ◦ blue 96

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

Shades of Conifer #9CE160

Tints of Conifer #9CE160

RGB

 RED value IS 156 (61.33% from 255) = 32.7%

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

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

R = 32.7%
G = 47.17%
B = 20.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#9CE160 (or 0x9CE160) is known color: Conifer. HEX triplet: 9C, E1 and 60. RGB value is (156,225,96). Sum of RGB (Red+Green+Blue) = 156+225+96=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE160 is #631E9F. Grayscale: #BEBEBE. Windows color (decimal): -6495904 or 6349212. OLE color: 6349212.

HSL color Cylindrical-coordinate representation of color #9CE160: hue angle of 92.09º degrees, saturation: 0.68, 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 #9CE160 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 225 96 -
CMYK 0.31 0 0.57 0.12
HSL 92.09º 0.68% 0.63% -
HSV(B) 92.09º 0.57% 0.88% -
XYZ 42.75 61.76 20.73 -
YUV 189.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 156 225 96 0.31 0 0.57 0.12 92.09 0.68 0.63
Hex 9C E1 60 1F 0 39 C 5C 44 3F
Octal 234 341 140 37 0 71 14 134 104 77
Binary 10011100 11100001 1100000 11111 0 111001 1100 1011100 1000100 111111

Color Harmonies of #9CE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE160

Black with #9CE160

Text Example


Text Example

White with #9CE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CE160; }

 p { color: rgb(156,225,96); }

 H1.HeaderClassName
 {
   color: #9CE160;
 }
 .AnyTagClassName
 {
   color: #9CE160;
 }
</style>

background-color css

<style>
 a { background-color: #9CE160; }

 a { background-color: rgb(156,225,96); }

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

border-color css

<style>
 span { border-color: #9CE160; }

 span { border-color: rgb(156,225,96); }

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