#A8D135

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

Shades of Atlantis #A8D135

Tints of Atlantis #A8D135

Color information

#A8D135 (or 0xA8D135) is unknown color: approx Atlantis. HEX triplet: A8, D1 and 35. RGB value is (168,209,53). Sum of RGB (Red+Green+Blue) = 168+209+53=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D135 is #572ECA. Grayscale: #B3B3B3. Windows color (decimal): -5713611 or 3527080. OLE color: 3527080.

HSL color Cylindrical-coordinate representation of color #A8D135: hue angle of 75.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8D135 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB16820953-
CMYK0.2000.750.18
HSL75.77º62.9%51.37%-
HSV(B)75.77º74.64%81.96%-
XYZ39.5954.1811.74-
YUV178.9656.92120.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 53 (21.09% from 255) = 12.33%
R=39.07%
G=48.60%
B=12.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168209530.2000.750.1875.7762.951.37
HexA8D1351404B124c3f33
Octal25032165240113221147763
Binary10101000110100011101011010001001011100101001100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D135; }

 p { color: rgb(168,209,53); }

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

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

 a { background-color: rgb(168,209,53); }

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

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

 span { border-color: rgb(168,209,53); }

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