#9EC267

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

Shades of Olivine #9EC267

Tints of Olivine #9EC267

Color information

#9EC267 (or 0x9EC267) is unknown color: approx Olivine. HEX triplet: 9E, C2 and 67. RGB value is (158,194,103). Sum of RGB (Red+Green+Blue) = 158+194+103=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC267 is #613D98. Grayscale: #ADADAD. Windows color (decimal): -6372761 or 6800030. OLE color: 6800030.

HSL color Cylindrical-coordinate representation of color #9EC267: hue angle of 83.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EC267 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB158194103-
CMYK0.1900.470.24
HSL83.74º42.72%58.24%-
HSV(B)83.74º46.91%76.08%-
XYZ35.8446.8319.98-
YUV172.8688.57117.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=34.73%
G=42.64%
B=22.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581941030.1900.470.2483.7442.7258.24
Hex9EC2671302F18542b3a
Octal23630214723057301245372
Binary10011110110000101100111100110101111110001010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,194,103); }

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

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

 a { background-color: rgb(158,194,103); }

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

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

 span { border-color: rgb(158,194,103); }

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