Html Css Color HEX #9CDE5F Conifer

📋 copy color: '#9CDE5F'

red 156 ◦ green 222 ◦ blue 95

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

Shades of Conifer #9CDE5F

Tints of Conifer #9CDE5F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.93%

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

R = 32.98%
G = 46.93%
B = 20.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#9CDE5F (or 0x9CDE5F) is known color: Conifer. HEX triplet: 9C, DE and 5F. RGB value is (156,222,95). Sum of RGB (Red+Green+Blue) = 156+222+95=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDE5F is #6321A0. Grayscale: #BCBCBC. Windows color (decimal): -6496673 or 6282908. OLE color: 6282908.

HSL color Cylindrical-coordinate representation of color #9CDE5F: hue angle of 91.18º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CDE5F is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 222 95 -
CMYK 0.30 0 0.57 0.13
HSL 91.18º 0.66% 0.62% -
HSV(B) 91.18º 0.57% 0.87% -
XYZ 41.9 60.14 20.23 -
YUV 187.79 75.63 105.33 -
System Red Green Blue C M Y K H S L
Decimal 156 222 95 0.30 0 0.57 0.13 91.18 0.66 0.62
Hex 9C DE 5F 1E 0 39 D 5B 42 3E
Octal 234 336 137 36 0 71 15 133 102 76
Binary 10011100 11011110 1011111 11110 0 111001 1101 1011011 1000010 111110

Color Harmonies of #9CDE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDE5F

Black with #9CDE5F

Text Example


Text Example

White with #9CDE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,222,95); }

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

background-color css

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

 a { background-color: rgb(156,222,95); }

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

border-color css

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

 span { border-color: rgb(156,222,95); }

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