Html Css Color HEX #9ED95C Conifer

📋 copy color: '#9ED95C'

red 158 ◦ green 217 ◦ blue 92

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

Shades of Conifer #9ED95C

Tints of Conifer #9ED95C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.47%

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

R = 33.83%
G = 46.47%
B = 19.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#9ED95C (or 0x9ED95C) is known color: Conifer. HEX triplet: 9E, D9 and 5C. RGB value is (158,217,92). Sum of RGB (Red+Green+Blue) = 158+217+92=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED95C is #6126A3. Grayscale: #B9B9B9. Windows color (decimal): -6366884 or 6085022. OLE color: 6085022.

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

Color convert

RGB 158 217 92 -
CMYK 0.27 0 0.58 0.15
HSL 88.32º 0.62% 0.61% -
HSV(B) 88.32º 0.58% 0.85% -
XYZ 40.85 57.67 19.1 -
YUV 185.11 75.45 108.66 -
System Red Green Blue C M Y K H S L
Decimal 158 217 92 0.27 0 0.58 0.15 88.32 0.62 0.61
Hex 9E D9 5C 1B 0 3A F 58 3E 3D
Octal 236 331 134 33 0 72 17 130 76 75
Binary 10011110 11011001 1011100 11011 0 111010 1111 1011000 111110 111101

Color Harmonies of #9ED95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED95C

Black with #9ED95C

Text Example


Text Example

White with #9ED95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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