#AAD43F

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

Shades of Atlantis #AAD43F

Tints of Atlantis #AAD43F

Color information

#AAD43F (or 0xAAD43F) is unknown color: approx Atlantis. HEX triplet: AA, D4 and 3F. RGB value is (170,212,63). Sum of RGB (Red+Green+Blue) = 170+212+63=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD43F is #552BC0. Grayscale: #B7B7B7. Windows color (decimal): -5581761 or 4183210. OLE color: 4183210.

HSL color Cylindrical-coordinate representation of color #AAD43F: hue angle of 76.91º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAD43F is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB17021263-
CMYK0.2000.700.17
HSL76.91º63.4%53.92%-
HSV(B)76.91º70.28%83.14%-
XYZ41.0255.9913.35-
YUV182.4660.59119.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 212 (83.20% from 255) = 47.64%
BLUE value IS 63 (25% from 255) = 14.16%
R=38.20%
G=47.64%
B=14.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170212630.2000.700.1776.9163.453.92
HexAAD43F14046114d3f36
Octal25232477240106211157766
Binary10101010110101001111111010001000110100011001101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD43F; }

 p { color: rgb(170,212,63); }

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

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

 a { background-color: rgb(170,212,63); }

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

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

 span { border-color: rgb(170,212,63); }

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