#99C34F

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

Shades of Atlantis #99C34F

Tints of Atlantis #99C34F

Color information

#99C34F (or 0x99C34F) is unknown color: approx Atlantis. HEX triplet: 99, C3 and 4F. RGB value is (153,195,79). Sum of RGB (Red+Green+Blue) = 153+195+79=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #99C34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C34F is #663CB0. Grayscale: #A9A9A9. Windows color (decimal): -6700209 or 5227417. OLE color: 5227417.

HSL color Cylindrical-coordinate representation of color #99C34F: hue angle of 81.72º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99C34F is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB15319579-
CMYK0.2200.590.24
HSL81.72º49.15%53.73%-
HSV(B)81.72º59.49%76.47%-
XYZ34.0646.3714.55-
YUV169.2277.09116.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 195 (76.56% from 255) = 45.67%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=35.83%
G=45.67%
B=18.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153195790.2200.590.2481.7249.1553.73
Hex99C34F1603B18523136
Octal23130311726073301226166
Binary10011001110000111001111101100111011110001010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,195,79); }

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

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

 a { background-color: rgb(153,195,79); }

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

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

 span { border-color: rgb(153,195,79); }

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