#99CC4C

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

Shades of Atlantis #99CC4C

Tints of Atlantis #99CC4C

Color information

#99CC4C (or 0x99CC4C) is unknown color: approx Atlantis. HEX triplet: 99, CC and 4C. RGB value is (153,204,76). Sum of RGB (Red+Green+Blue) = 153+204+76=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC4C is #6633B3. Grayscale: #AEAEAE. Windows color (decimal): -6697908 or 5033113. OLE color: 5033113.

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

Color convert

RGB15320476-
CMYK0.2500.630.2
HSL83.91º55.65%54.9%-
HSV(B)83.91º62.75%80%-
XYZ36.0350.4814.68-
YUV174.1672.6112.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 76 (30.08% from 255) = 17.55%
R=35.33%
G=47.11%
B=17.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153204760.2500.630.283.9155.6554.9
Hex99CC4C1903F14543837
Octal23131411431077241247067
Binary10011001110011001001100110010111111101001010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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