Html Css Color HEX #9CDB5D Conifer

📋 copy color: '#9CDB5D'

red 156 ◦ green 219 ◦ blue 93

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

Shades of Conifer #9CDB5D

Tints of Conifer #9CDB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.87%

R = 33.33%
G = 46.79%
B = 19.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#9CDB5D (or 0x9CDB5D) is known color: Conifer. HEX triplet: 9C, DB and 5D. RGB value is (156,219,93). Sum of RGB (Red+Green+Blue) = 156+219+93=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB5D is #6324A2. Grayscale: #BABABA. Windows color (decimal): -6497443 or 6151068. OLE color: 6151068.

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

Color convert

RGB 156 219 93 -
CMYK 0.29 0 0.58 0.14
HSL 90º 0.64% 0.61% -
HSV(B) 90º 0.58% 0.86% -
XYZ 41.02 58.52 19.49 -
YUV 185.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 156 219 93 0.29 0 0.58 0.14 90 0.64 0.61
Hex 9C DB 5D 1D 0 3A E 5A 40 3D
Octal 234 333 135 35 0 72 16 132 100 75
Binary 10011100 11011011 1011101 11101 0 111010 1110 1011010 1000000 111101

Color Harmonies of #9CDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB5D

Black with #9CDB5D

Text Example


Text Example

White with #9CDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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