#99C24A

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

Shades of Atlantis #99C24A

Tints of Atlantis #99C24A

Color information

#99C24A (or 0x99C24A) is unknown color: approx Atlantis. HEX triplet: 99, C2 and 4A. RGB value is (153,194,74). Sum of RGB (Red+Green+Blue) = 153+194+74=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #99C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C24A is #663DB5. Grayscale: #A8A8A8. Windows color (decimal): -6700470 or 4899481. OLE color: 4899481.

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

Color convert

RGB15319474-
CMYK0.2100.620.24
HSL80.5º49.59%52.55%-
HSV(B)80.5º61.86%76.08%-
XYZ33.6645.8513.55-
YUV168.0674.92117.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 194 (76.17% from 255) = 46.08%
BLUE value IS 74 (29.30% from 255) = 17.58%
R=36.34%
G=46.08%
B=17.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153194740.2100.620.2480.549.5952.55
Hex99C24A1503E18503235
Octal23130211225076301206265
Binary10011001110000101001010101010111110110001010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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