#99CC4D

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

Shades of Atlantis #99CC4D

Tints of Atlantis #99CC4D

Color information

#99CC4D (or 0x99CC4D) is unknown color: approx Atlantis. HEX triplet: 99, CC and 4D. RGB value is (153,204,77). Sum of RGB (Red+Green+Blue) = 153+204+77=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC4D is #6633B2. Grayscale: #AEAEAE. Windows color (decimal): -6697907 or 5098649. OLE color: 5098649.

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

Color convert

RGB15320477-
CMYK0.2500.620.2
HSL84.09º55.46%55.1%-
HSV(B)84.09º62.25%80%-
XYZ36.0750.4914.87-
YUV174.2773.1112.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 77 (30.47% from 255) = 17.74%
R=35.25%
G=47.00%
B=17.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153204770.2500.620.284.0955.4655.1
Hex99CC4D1903E14543737
Octal23131411531076241246767
Binary10011001110011001001101110010111110101001010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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