Html Css Color HEX #9EDA5D Conifer

📋 copy color: '#9EDA5D'

red 158 ◦ green 218 ◦ blue 93

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

Shades of Conifer #9EDA5D

Tints of Conifer #9EDA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

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

R = 33.69%
G = 46.48%
B = 19.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#9EDA5D (or 0x9EDA5D) is known color: Conifer. HEX triplet: 9E, DA and 5D. RGB value is (158,218,93). Sum of RGB (Red+Green+Blue) = 158+218+93=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA5D is #6125A2. Grayscale: #BABABA. Windows color (decimal): -6366627 or 6150814. OLE color: 6150814.

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

Color convert

RGB 158 218 93 -
CMYK 0.28 0 0.57 0.15
HSL 88.8º 0.63% 0.61% -
HSV(B) 88.8º 0.57% 0.85% -
XYZ 41.15 58.2 19.42 -
YUV 185.81 75.62 108.16 -
System Red Green Blue C M Y K H S L
Decimal 158 218 93 0.28 0 0.57 0.15 88.8 0.63 0.61
Hex 9E DA 5D 1C 0 39 F 59 3F 3D
Octal 236 332 135 34 0 71 17 131 77 75
Binary 10011110 11011010 1011101 11100 0 111001 1111 1011001 111111 111101

Color Harmonies of #9EDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDA5D

Black with #9EDA5D

Text Example


Text Example

White with #9EDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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