#99D05E

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

Shades of Olivine #99D05E

Tints of Olivine #99D05E

Color information

#99D05E (or 0x99D05E) is unknown color: approx Olivine. HEX triplet: 99, D0 and 5E. RGB value is (153,208,94). Sum of RGB (Red+Green+Blue) = 153+208+94=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #99D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D05E is #662FA1. Grayscale: #B2B2B2. Windows color (decimal): -6696866 or 6213785. OLE color: 6213785.

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

Color convert

RGB15320894-
CMYK0.2600.550.18
HSL88.95º54.81%59.22%-
HSV(B)88.95º54.81%81.57%-
XYZ37.7152.6918.77-
YUV178.5680.28109.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=33.63%
G=45.71%
B=20.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153208940.2600.550.1888.9554.8159.22
Hex99D05E1A0371259373b
Octal23132013632067221316773
Binary10011001110100001011110110100110111100101011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D05E; }

 p { color: rgb(153,208,94); }

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

<style>
 a { background-color: #99D05E; }

 a { background-color: rgb(153,208,94); }

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

<style>
 span { border-color: #99D05E; }

 span { border-color: rgb(153,208,94); }

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