#99C26F

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

Shades of Olivine #99C26F

Tints of Olivine #99C26F

Color information

#99C26F (or 0x99C26F) is unknown color: approx Olivine. HEX triplet: 99, C2 and 6F. RGB value is (153,194,111). Sum of RGB (Red+Green+Blue) = 153+194+111=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #99C26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C26F is #663D90. Grayscale: #ACACAC. Windows color (decimal): -6700433 or 7324313. OLE color: 7324313.

HSL color Cylindrical-coordinate representation of color #99C26F: hue angle of 89.64º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99C26F is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB153194111-
CMYK0.2100.430.24
HSL89.64º40.49%59.8%-
HSV(B)89.64º42.78%76.08%-
XYZ35.346.522.15-
YUV172.2893.42114.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=33.41%
G=42.36%
B=24.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531941110.2100.430.2489.6440.4959.8
Hex99C26F1502B185a283c
Octal23130215725053301325074
Binary10011001110000101101111101010101011110001011010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,194,111); }

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

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

 a { background-color: rgb(153,194,111); }

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

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

 span { border-color: rgb(153,194,111); }

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