Html Css Color HEX #9ED552 Conifer

📋 copy color: '#9ED552'

red 158 ◦ green 213 ◦ blue 82

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

Shades of Conifer #9ED552

Tints of Conifer #9ED552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.02%

 BLUE value IS 82 (32.42% from 255) = 18.1%

R = 34.88%
G = 47.02%
B = 18.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#9ED552 (or 0x9ED552) is known color: Conifer. HEX triplet: 9E, D5 and 52. RGB value is (158,213,82). Sum of RGB (Red+Green+Blue) = 158+213+82=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED552 is #612AAD. Grayscale: #B6B6B6. Windows color (decimal): -6367918 or 5428638. OLE color: 5428638.

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

Color convert

RGB 158 213 82 -
CMYK 0.26 0 0.62 0.16
HSL 85.19º 0.61% 0.58% -
HSV(B) 85.19º 0.62% 0.84% -
XYZ 39.42 55.47 16.61 -
YUV 181.62 71.78 111.15 -
System Red Green Blue C M Y K H S L
Decimal 158 213 82 0.26 0 0.62 0.16 85.19 0.61 0.58
Hex 9E D5 52 1A 0 3E 10 55 3D 3A
Octal 236 325 122 32 0 76 20 125 75 72
Binary 10011110 11010101 1010010 11010 0 111110 10000 1010101 111101 111010

Color Harmonies of #9ED552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED552

Black with #9ED552

Text Example


Text Example

White with #9ED552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,213,82); }

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

background-color css

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

 a { background-color: rgb(158,213,82); }

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

border-color css

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

 span { border-color: rgb(158,213,82); }

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