#9ED055

Color #9ED055 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9ED055

Tints of Conifer #9ED055

Color information

#9ED055 (or 0x9ED055) is unknown color: approx Conifer. HEX triplet: 9E, D0 and 55. RGB value is (158,208,85). Sum of RGB (Red+Green+Blue) = 158+208+85=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED055 is #612FAA. Grayscale: #B3B3B3. Windows color (decimal): -6369195 or 5623966. OLE color: 5623966.

HSL color Cylindrical-coordinate representation of color #9ED055: hue angle of 84.39º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ED055 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB15820885-
CMYK0.2400.590.18
HSL84.39º56.68%57.45%-
HSV(B)84.39º59.13%81.57%-
XYZ38.353.0416.81-
YUV179.0374.94113-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 208 (81.64% from 255) = 46.12%
BLUE value IS 85 (33.59% from 255) = 18.85%
R=35.03%
G=46.12%
B=18.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158208850.2400.590.1884.3956.6857.45
Hex9ED0551803B12543939
Octal23632012530073221247171
Binary10011110110100001010101110000111011100101010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,85); }

 H1.HeaderClassName
 {
   color: #9ED055;
 }
 .AnyTagClassName
 {
   color: #9ED055;
 }
</style>
background-color css

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

 a { background-color: rgb(158,208,85); }

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

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

 span { border-color: rgb(158,208,85); }

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