#9ED265

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

Shades of Olivine #9ED265

Tints of Olivine #9ED265

Color information

#9ED265 (or 0x9ED265) is unknown color: approx Olivine. HEX triplet: 9E, D2 and 65. RGB value is (158,210,101). Sum of RGB (Red+Green+Blue) = 158+210+101=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED265 is #612D9A. Grayscale: #B6B6B6. Windows color (decimal): -6368667 or 6673054. OLE color: 6673054.

HSL color Cylindrical-coordinate representation of color #9ED265: hue angle of 88.62º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ED265 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB158210101-
CMYK0.2500.520.18
HSL88.62º54.77%60.98%-
HSV(B)88.62º51.9%82.35%-
XYZ39.554.320.71-
YUV182.0382.27110.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 210 (82.42% from 255) = 44.78%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=33.69%
G=44.78%
B=21.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582101010.2500.520.1888.6254.7760.98
Hex9ED265190341259373d
Octal23632214531064221316775
Binary10011110110100101100101110010110100100101011001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,210,101); }

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

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

 a { background-color: rgb(158,210,101); }

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

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

 span { border-color: rgb(158,210,101); }

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