#99D03A

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

Shades of Atlantis #99D03A

Tints of Atlantis #99D03A

Color information

#99D03A (or 0x99D03A) is unknown color: approx Atlantis. HEX triplet: 99, D0 and 3A. RGB value is (153,208,58). Sum of RGB (Red+Green+Blue) = 153+208+58=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #99D03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D03A is #662FC5. Grayscale: #AFAFAF. Windows color (decimal): -6696902 or 3854489. OLE color: 3854489.

HSL color Cylindrical-coordinate representation of color #99D03A: hue angle of 82º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99D03A is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB15320858-
CMYK0.2600.720.18
HSL82º61.48%52.16%-
HSV(B)82º72.12%81.57%-
XYZ36.4652.1912.16-
YUV174.4662.28112.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 208 (81.64% from 255) = 49.64%
BLUE value IS 58 (23.05% from 255) = 13.84%
R=36.52%
G=49.64%
B=13.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153208580.2600.720.188261.4852.16
Hex99D03A1A04812523d34
Octal23132072320110221227564
Binary10011001110100001110101101001001000100101010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,208,58); }

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

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

 a { background-color: rgb(153,208,58); }

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

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

 span { border-color: rgb(153,208,58); }

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