Html Css Color HEX #9CDC5D Conifer

📋 copy color: '#9CDC5D'

red 156 ◦ green 220 ◦ blue 93

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

Shades of Conifer #9CDC5D

Tints of Conifer #9CDC5D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

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

R = 33.26%
G = 46.91%
B = 19.83%

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

#9CDC5D (or 0x9CDC5D) is known color: Conifer. HEX triplet: 9C, DC and 5D. RGB value is (156,220,93). Sum of RGB (Red+Green+Blue) = 156+220+93=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC5D is #6323A2. Grayscale: #BABABA. Windows color (decimal): -6497187 or 6151324. OLE color: 6151324.

HSL color Cylindrical-coordinate representation of color #9CDC5D: hue angle of 90.24º 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 #9CDC5D is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 93 -
CMYK 0.29 0 0.58 0.14
HSL 90.24º 0.64% 0.61% -
HSV(B) 90.24º 0.58% 0.86% -
XYZ 41.28 59.04 19.58 -
YUV 186.39 75.3 106.33 -
System Red Green Blue C M Y K H S L
Decimal 156 220 93 0.29 0 0.58 0.14 90.24 0.64 0.61
Hex 9C DC 5D 1D 0 3A E 5A 40 3D
Octal 234 334 135 35 0 72 16 132 100 75
Binary 10011100 11011100 1011101 11101 0 111010 1110 1011010 1000000 111101

Color Harmonies of #9CDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC5D

Black with #9CDC5D

Text Example


Text Example

White with #9CDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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