#99D83A

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

Shades of Atlantis #99D83A

Tints of Atlantis #99D83A

Color information

#99D83A (or 0x99D83A) is unknown color: approx Atlantis. HEX triplet: 99, D8 and 3A. RGB value is (153,216,58). Sum of RGB (Red+Green+Blue) = 153+216+58=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #99D83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D83A is #6627C5. Grayscale: #B3B3B3. Windows color (decimal): -6694854 or 3856537. OLE color: 3856537.

HSL color Cylindrical-coordinate representation of color #99D83A: hue angle of 83.92º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99D83A is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB15321658-
CMYK0.2900.730.15
HSL83.92º66.95%53.73%-
HSV(B)83.92º73.15%84.71%-
XYZ38.4656.1912.82-
YUV179.1559.63109.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 216 (84.77% from 255) = 50.59%
BLUE value IS 58 (23.05% from 255) = 13.58%
R=35.83%
G=50.59%
B=13.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153216580.2900.730.1583.9266.9553.73
Hex99D83A1D049F544336
Octal231330723501111712410366
Binary10011001110110001110101110101001001111110101001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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