#99CC49

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

Shades of Atlantis #99CC49

Tints of Atlantis #99CC49

Color information

#99CC49 (or 0x99CC49) is unknown color: approx Atlantis. HEX triplet: 99, CC and 49. RGB value is (153,204,73). Sum of RGB (Red+Green+Blue) = 153+204+73=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC49 is #6633B6. Grayscale: #AEAEAE. Windows color (decimal): -6697911 or 4836505. OLE color: 4836505.

HSL color Cylindrical-coordinate representation of color #99CC49: hue angle of 83.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99CC49 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB15320473-
CMYK0.2500.640.2
HSL83.36º56.22%54.31%-
HSV(B)83.36º64.22%80%-
XYZ35.9350.4414.15-
YUV173.8271.1113.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=35.58%
G=47.44%
B=16.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153204730.2500.640.283.3656.2254.31
Hex99CC491904014533836
Octal231314111310100241237066
Binary100110011100110010010011100101000000101001010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,73); }

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

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

 a { background-color: rgb(153,204,73); }

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

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

 span { border-color: rgb(153,204,73); }

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