Html Css Color HEX #9ECD5D Conifer

📋 copy color: '#9ECD5D'

red 158 ◦ green 205 ◦ blue 93

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

Shades of Conifer #9ECD5D

Tints of Conifer #9ECD5D

RGB

 RED value IS 158 (62.11% from 255) = 34.65%

 GREEN value IS 205 (80.47% from 255) = 44.96%

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

R = 34.65%
G = 44.96%
B = 20.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#9ECD5D (or 0x9ECD5D) is known color: Conifer. HEX triplet: 9E, CD and 5D. RGB value is (158,205,93). Sum of RGB (Red+Green+Blue) = 158+205+93=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD5D is #6132A2. Grayscale: #B2B2B2. Windows color (decimal): -6369955 or 6147486. OLE color: 6147486.

HSL color Cylindrical-coordinate representation of color #9ECD5D: hue angle of 85.18º degrees, saturation: 0.53, 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 #9ECD5D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 205 93 -
CMYK 0.23 0 0.55 0.20
HSL 85.18º 0.53% 0.58% -
HSV(B) 85.18º 0.55% 0.8% -
XYZ 37.91 51.72 18.34 -
YUV 178.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 158 205 93 0.23 0 0.55 0.20 85.18 0.53 0.58
Hex 9E CD 5D 17 0 37 14 55 35 3A
Octal 236 315 135 27 0 67 24 125 65 72
Binary 10011110 11001101 1011101 10111 0 110111 10100 1010101 110101 111010

Color Harmonies of #9ECD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD5D

Black with #9ECD5D

Text Example


Text Example

White with #9ECD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,205,93); }

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

background-color css

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

 a { background-color: rgb(158,205,93); }

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

border-color css

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

 span { border-color: rgb(158,205,93); }

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