Html Css Color HEX #A2D339 Atlantis

📋 copy color: '#A2D339'

red 162 ◦ green 211 ◦ blue 57

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

Shades of Atlantis #A2D339

Tints of Atlantis #A2D339

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.07%

 BLUE value IS 57 (22.66% from 255) = 13.26%

R = 37.67%
G = 49.07%
B = 13.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#A2D339 (or 0xA2D339) is known color: Atlantis. HEX triplet: A2, D3 and 39. RGB value is (162,211,57). Sum of RGB (Red+Green+Blue) = 162+211+57=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D339 is #5D2CC6. Grayscale: #B3B3B3. Windows color (decimal): -6106311 or 3789730. OLE color: 3789730.

HSL color Cylindrical-coordinate representation of color #A2D339: hue angle of 79.09º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2D339 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 211 57 -
CMYK 0.23 0 0.73 0.17
HSL 79.09º 0.64% 0.53% -
HSV(B) 79.09º 0.73% 0.83% -
XYZ 38.93 54.57 12.35 -
YUV 178.79 59.27 116.02 -
System Red Green Blue C M Y K H S L
Decimal 162 211 57 0.23 0 0.73 0.17 79.09 0.64 0.53
Hex A2 D3 39 17 0 49 11 4F 40 35
Octal 242 323 71 27 0 111 21 117 100 65
Binary 10100010 11010011 111001 10111 0 1001001 10001 1001111 1000000 110101

Color Harmonies of #A2D339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D339

Black with #A2D339

Text Example


Text Example

White with #A2D339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D339; }

 p { color: rgb(162,211,57); }

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

background-color css

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

 a { background-color: rgb(162,211,57); }

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

border-color css

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

 span { border-color: rgb(162,211,57); }

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