#A0C83E

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

Shades of Atlantis #A0C83E

Tints of Atlantis #A0C83E

Color information

#A0C83E (or 0xA0C83E) is unknown color: approx Atlantis. HEX triplet: A0, C8 and 3E. RGB value is (160,200,62). Sum of RGB (Red+Green+Blue) = 160+200+62=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C83E is #5F37C1. Grayscale: #ACACAC. Windows color (decimal): -6240194 or 4114592. OLE color: 4114592.

HSL color Cylindrical-coordinate representation of color #A0C83E: hue angle of 77.39º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0C83E is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB16020062-
CMYK0.200.690.22
HSL77.39º55.65%51.37%-
HSV(B)77.39º69%78.43%-
XYZ36.0249.1312.14-
YUV172.3165.75119.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 200 (78.52% from 255) = 47.39%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=37.91%
G=47.39%
B=14.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160200620.200.690.2277.3955.6551.37
HexA0C83E14045164d3833
Octal24031076240105261157063
Binary10100000110010001111101010001000101101101001101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C83E; }

 p { color: rgb(160,200,62); }

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

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

 a { background-color: rgb(160,200,62); }

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

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

 span { border-color: rgb(160,200,62); }

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