Html Css Color HEX #9CE164 Conifer

📋 copy color: '#9CE164'

red 156 ◦ green 225 ◦ blue 100

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

Shades of Conifer #9CE164

Tints of Conifer #9CE164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 32.43%
G = 46.78%
B = 20.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#9CE164 (or 0x9CE164) is known color: Conifer. HEX triplet: 9C, E1 and 64. RGB value is (156,225,100). Sum of RGB (Red+Green+Blue) = 156+225+100=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE164 is #631E9B. Grayscale: #BEBEBE. Windows color (decimal): -6495900 or 6611356. OLE color: 6611356.

HSL color Cylindrical-coordinate representation of color #9CE164: hue angle of 93.12º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CE164 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 225 100 -
CMYK 0.31 0 0.56 0.12
HSL 93.12º 0.68% 0.64% -
HSV(B) 93.12º 0.56% 0.88% -
XYZ 42.94 61.84 21.73 -
YUV 190.12 77.14 103.66 -
System Red Green Blue C M Y K H S L
Decimal 156 225 100 0.31 0 0.56 0.12 93.12 0.68 0.64
Hex 9C E1 64 1F 0 38 C 5D 44 40
Octal 234 341 144 37 0 70 14 135 104 100
Binary 10011100 11100001 1100100 11111 0 111000 1100 1011101 1000100 1000000

Color Harmonies of #9CE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE164

Black with #9CE164

Text Example


Text Example

White with #9CE164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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