Html Css Color HEX #9ED85C Conifer

📋 copy color: '#9ED85C'

red 158 ◦ green 216 ◦ blue 92

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

Shades of Conifer #9ED85C

Tints of Conifer #9ED85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.35%

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

R = 33.91%
G = 46.35%
B = 19.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#9ED85C (or 0x9ED85C) is known color: Conifer. HEX triplet: 9E, D8 and 5C. RGB value is (158,216,92). Sum of RGB (Red+Green+Blue) = 158+216+92=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED85C is #6127A3. Grayscale: #B8B8B8. Windows color (decimal): -6367140 or 6084766. OLE color: 6084766.

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

Color convert

RGB 158 216 92 -
CMYK 0.27 0 0.57 0.15
HSL 88.06º 0.61% 0.6% -
HSV(B) 88.06º 0.57% 0.85% -
XYZ 40.59 57.15 19.02 -
YUV 184.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 158 216 92 0.27 0 0.57 0.15 88.06 0.61 0.6
Hex 9E D8 5C 1B 0 39 F 58 3D 3C
Octal 236 330 134 33 0 71 17 130 75 74
Binary 10011110 11011000 1011100 11011 0 111001 1111 1011000 111101 111100

Color Harmonies of #9ED85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED85C

Black with #9ED85C

Text Example


Text Example

White with #9ED85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,216,92); }

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

background-color css

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

 a { background-color: rgb(158,216,92); }

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

border-color css

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

 span { border-color: rgb(158,216,92); }

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