Html Css Color HEX #9DCC5C Conifer

📋 copy color: '#9DCC5C'

red 157 ◦ green 204 ◦ blue 92

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

Shades of Conifer #9DCC5C

Tints of Conifer #9DCC5C

RGB

 RED value IS 157 (61.72% from 255) = 34.66%

 GREEN value IS 204 (80.08% from 255) = 45.03%

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 34.66%
G = 45.03%
B = 20.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#9DCC5C (or 0x9DCC5C) is known color: Conifer. HEX triplet: 9D, CC and 5C. RGB value is (157,204,92). Sum of RGB (Red+Green+Blue) = 157+204+92=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC5C is #6233A3. Grayscale: #B1B1B1. Windows color (decimal): -6435748 or 6081693. OLE color: 6081693.

HSL color Cylindrical-coordinate representation of color #9DCC5C: hue angle of 85.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DCC5C is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 204 92 -
CMYK 0.23 0 0.55 0.2
HSL 85.18º 0.52% 0.58% -
HSV(B) 85.18º 0.55% 0.8% -
XYZ 37.43 51.13 18.02 -
YUV 177.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 157 204 92 0.23 0 0.55 0.2 85.18 0.52 0.58
Hex 9D CC 5C 17 0 37 14 55 34 3A
Octal 235 314 134 27 0 67 24 125 64 72
Binary 10011101 11001100 1011100 10111 0 110111 10100 1010101 110100 111010

Color Harmonies of #9DCC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCC5C

Black with #9DCC5C

Text Example


Text Example

White with #9DCC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,92); }

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

background-color css

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

 a { background-color: rgb(157,204,92); }

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

border-color css

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

 span { border-color: rgb(157,204,92); }

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