#A4DE35

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

Shades of Atlantis #A4DE35

Tints of Atlantis #A4DE35

Color information

#A4DE35 (or 0xA4DE35) is unknown color: approx Atlantis. HEX triplet: A4, DE and 35. RGB value is (164,222,53). Sum of RGB (Red+Green+Blue) = 164+222+53=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DE35 is #5B21CA. Grayscale: #BABABA. Windows color (decimal): -5972427 or 3530404. OLE color: 3530404.

HSL color Cylindrical-coordinate representation of color #A4DE35: hue angle of 80.59º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4DE35 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB16422253-
CMYK0.2600.760.13
HSL80.59º71.91%53.92%-
HSV(B)80.59º76.13%87.06%-
XYZ42.0760.3912.81-
YUV185.3953.28112.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 222 (87.11% from 255) = 50.57%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=37.36%
G=50.57%
B=12.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164222530.2600.760.1380.5971.9153.92
HexA4DE351A04CD514836
Octal244336653201141512111066
Binary10100100110111101101011101001001100110110100011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE35; }

 p { color: rgb(164,222,53); }

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

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

 a { background-color: rgb(164,222,53); }

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

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

 span { border-color: rgb(164,222,53); }

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