Html Css Color HEX #A2D835 Atlantis

📋 copy color: '#A2D835'

red 162 ◦ green 216 ◦ blue 53

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

Shades of Atlantis #A2D835

Tints of Atlantis #A2D835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.12%

 BLUE value IS 53 (21.09% from 255) = 12.3%

R = 37.59%
G = 50.12%
B = 12.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#A2D835 (or 0xA2D835) is known color: Atlantis. HEX triplet: A2, D8 and 35. RGB value is (162,216,53). Sum of RGB (Red+Green+Blue) = 162+216+53=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D835 is #5D27CA. Grayscale: #B5B5B5. Windows color (decimal): -6105035 or 3528866. OLE color: 3528866.

HSL color Cylindrical-coordinate representation of color #A2D835: hue angle of 79.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2D835 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 216 53 -
CMYK 0.25 0 0.75 0.15
HSL 79.88º 0.68% 0.53% -
HSV(B) 79.88º 0.75% 0.85% -
XYZ 40.1 57.05 12.27 -
YUV 181.27 55.61 114.25 -
System Red Green Blue C M Y K H S L
Decimal 162 216 53 0.25 0 0.75 0.15 79.88 0.68 0.53
Hex A2 D8 35 19 0 4B F 50 44 35
Octal 242 330 65 31 0 113 17 120 104 65
Binary 10100010 11011000 110101 11001 0 1001011 1111 1010000 1000100 110101

Color Harmonies of #A2D835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D835

Black with #A2D835

Text Example


Text Example

White with #A2D835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D835; }

 p { color: rgb(162,216,53); }

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

background-color css

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

 a { background-color: rgb(162,216,53); }

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

border-color css

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

 span { border-color: rgb(162,216,53); }

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