Html Css Color HEX #9ED35D Conifer

📋 copy color: '#9ED35D'

red 158 ◦ green 211 ◦ blue 93

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

Shades of Conifer #9ED35D

Tints of Conifer #9ED35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

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

R = 34.2%
G = 45.67%
B = 20.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#9ED35D (or 0x9ED35D) is known color: Conifer. HEX triplet: 9E, D3 and 5D. RGB value is (158,211,93). Sum of RGB (Red+Green+Blue) = 158+211+93=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED35D is #612CA2. Grayscale: #B6B6B6. Windows color (decimal): -6368419 or 6149022. OLE color: 6149022.

HSL color Cylindrical-coordinate representation of color #9ED35D: hue angle of 86.95º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ED35D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 211 93 -
CMYK 0.25 0 0.56 0.17
HSL 86.95º 0.57% 0.6% -
HSV(B) 86.95º 0.56% 0.83% -
XYZ 39.37 54.65 18.83 -
YUV 181.7 77.94 111.09 -
System Red Green Blue C M Y K H S L
Decimal 158 211 93 0.25 0 0.56 0.17 86.95 0.57 0.6
Hex 9E D3 5D 19 0 38 11 57 39 3C
Octal 236 323 135 31 0 70 21 127 71 74
Binary 10011110 11010011 1011101 11001 0 111000 10001 1010111 111001 111100

Color Harmonies of #9ED35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED35D

Black with #9ED35D

Text Example


Text Example

White with #9ED35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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