#99c44f

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

Shades of Atlantis #99C44F

Tints of Atlantis #99C44F

Color information

#99C44F (or 0x99C44F) is unknown color: approx Atlantis. HEX triplet: 99, C4 and 4F. RGB value is (153,196,79). Sum of RGB (Red+Green+Blue) = 153+196+79=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #99C44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C44F is #663BB0. Grayscale: #AAAAAA. Windows color (decimal): -6699953 or 5227673. OLE color: 5227673.

HSL color Cylindrical-coordinate representation of color #99C44F: hue angle of 82.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99C44F is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB15319679-
CMYK0.2200.600.23
HSL82.05º49.79%53.92%-
HSV(B)82.05º59.69%76.86%-
XYZ34.2946.8214.63-
YUV169.876.75116.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 196 (76.95% from 255) = 45.79%
BLUE value IS 79 (31.25% from 255) = 18.46%
R=35.75%
G=45.79%
B=18.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal153196790.2200.600.2382.0549.7953.92
Hex99C44F1603C17523236
Octal23130411726074271226266
Binary10011001110001001001111101100111100101111010010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99c44f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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