#A4DF35

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

Shades of Atlantis #A4DF35

Tints of Atlantis #A4DF35

Color information

#A4DF35 (or 0xA4DF35) is unknown color: approx Atlantis. HEX triplet: A4, DF and 35. RGB value is (164,223,53). Sum of RGB (Red+Green+Blue) = 164+223+53=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DF35 is #5B20CA. Grayscale: #BABABA. Windows color (decimal): -5972171 or 3530660. OLE color: 3530660.

HSL color Cylindrical-coordinate representation of color #A4DF35: hue angle of 80.82º degrees, saturation: 0.73, 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 #A4DF35 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB16422353-
CMYK0.2600.760.13
HSL80.82º72.65%54.12%-
HSV(B)80.82º76.23%87.45%-
XYZ42.3460.9212.9-
YUV185.9852.95112.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 223 (87.5% from 255) = 50.68%
BLUE value IS 53 (21.09% from 255) = 12.05%
R=37.27%
G=50.68%
B=12.05%

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
Decimal164223530.2600.760.1380.8272.6554.12
HexA4DF351A04CD514936
Octal244337653201141512111166
Binary10100100110111111101011101001001100110110100011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DF35; }

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

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

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

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

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

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

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

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