#9ED766

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

Shades of Conifer #9ED766

Tints of Conifer #9ED766

Color information

#9ED766 (or 0x9ED766) is unknown color: approx Conifer. HEX triplet: 9E, D7 and 66. RGB value is (158,215,102). Sum of RGB (Red+Green+Blue) = 158+215+102=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED766 is #612899. Grayscale: #B9B9B9. Windows color (decimal): -6367386 or 6739870. OLE color: 6739870.

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

Color convert

RGB158215102-
CMYK0.2700.530.16
HSL90.27º58.55%62.16%-
HSV(B)90.27º52.56%84.31%-
XYZ40.856.8321.39-
YUV185.0881.12108.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=33.26%
G=45.26%
B=21.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582151020.2700.530.1690.2758.5562.16
Hex9ED7661B035105a3b3e
Octal23632714633065201327376
Binary10011110110101111100110110110110101100001011010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,215,102); }

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

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

 a { background-color: rgb(158,215,102); }

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

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

 span { border-color: rgb(158,215,102); }

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