Html Css Color HEX #A2DD3F Atlantis

📋 copy color: '#A2DD3F'

red 162 ◦ green 221 ◦ blue 63

#A2DD3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A2DD3F

Tints of Atlantis #A2DD3F

RGB

 RED value IS 162 (63.67% from 255) = 36.32%

 GREEN value IS 221 (86.72% from 255) = 49.55%

 BLUE value IS 63 (25% from 255) = 14.13%

R = 36.32%
G = 49.55%
B = 14.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#A2DD3F (or 0xA2DD3F) is known color: Atlantis. HEX triplet: A2, DD and 3F. RGB value is (162,221,63). Sum of RGB (Red+Green+Blue) = 162+221+63=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD3F is #5D22C0. Grayscale: #B9B9B9. Windows color (decimal): -6103745 or 4185506. OLE color: 4185506.

HSL color Cylindrical-coordinate representation of color #A2DD3F: hue angle of 82.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2DD3F is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 63 -
CMYK 0.27 0 0.71 0.13
HSL 82.41º 0.7% 0.56% -
HSV(B) 82.41º 0.71% 0.87% -
XYZ 41.65 59.75 14.04 -
YUV 185.35 58.95 111.35 -
System Red Green Blue C M Y K H S L
Decimal 162 221 63 0.27 0 0.71 0.13 82.41 0.7 0.56
Hex A2 DD 3F 1B 0 47 D 52 46 38
Octal 242 335 77 33 0 107 15 122 106 70
Binary 10100010 11011101 111111 11011 0 1000111 1101 1010010 1000110 111000

Color Harmonies of #A2DD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD3F

Black with #A2DD3F

Text Example


Text Example

White with #A2DD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD3F; }

 p { color: rgb(162,221,63); }

 H1.HeaderClassName
 {
   color: #A2DD3F;
 }
 .AnyTagClassName
 {
   color: #A2DD3F;
 }
</style>

background-color css

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

 a { background-color: rgb(162,221,63); }

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

border-color css

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

 span { border-color: rgb(162,221,63); }

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