Html Css Color HEX #9CDB5E Conifer

📋 copy color: '#9CDB5E'

red 156 ◦ green 219 ◦ blue 94

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

Shades of Conifer #9CDB5E

Tints of Conifer #9CDB5E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.7%

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 33.26%
G = 46.7%
B = 20.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#9CDB5E (or 0x9CDB5E) is known color: Conifer. HEX triplet: 9C, DB and 5E. RGB value is (156,219,94). Sum of RGB (Red+Green+Blue) = 156+219+94=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB5E is #6324A1. Grayscale: #BABABA. Windows color (decimal): -6497442 or 6216604. OLE color: 6216604.

HSL color Cylindrical-coordinate representation of color #9CDB5E: hue angle of 90.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CDB5E is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 94 -
CMYK 0.29 0 0.57 0.14
HSL 90.24º 0.63% 0.61% -
HSV(B) 90.24º 0.57% 0.86% -
XYZ 41.06 58.54 19.72 -
YUV 185.91 76.13 106.66 -
System Red Green Blue C M Y K H S L
Decimal 156 219 94 0.29 0 0.57 0.14 90.24 0.63 0.61
Hex 9C DB 5E 1D 0 39 E 5A 3F 3D
Octal 234 333 136 35 0 71 16 132 77 75
Binary 10011100 11011011 1011110 11101 0 111001 1110 1011010 111111 111101

Color Harmonies of #9CDB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB5E

Black with #9CDB5E

Text Example


Text Example

White with #9CDB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,94); }

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

background-color css

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

 a { background-color: rgb(156,219,94); }

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

border-color css

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

 span { border-color: rgb(156,219,94); }

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