Html Css Color HEX #A2D241 Atlantis

📋 copy color: '#A2D241'

red 162 ◦ green 210 ◦ blue 65

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

Shades of Atlantis #A2D241

Tints of Atlantis #A2D241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.05%

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 37.07%
G = 48.05%
B = 14.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#A2D241 (or 0xA2D241) is known color: Atlantis. HEX triplet: A2, D2 and 41. RGB value is (162,210,65). Sum of RGB (Red+Green+Blue) = 162+210+65=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D241 is #5D2DBE. Grayscale: #B3B3B3. Windows color (decimal): -6106559 or 4313762. OLE color: 4313762.

HSL color Cylindrical-coordinate representation of color #A2D241: hue angle of 79.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2D241 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 210 65 -
CMYK 0.23 0 0.69 0.18
HSL 79.86º 0.62% 0.54% -
HSV(B) 79.86º 0.69% 0.82% -
XYZ 38.9 54.16 13.4 -
YUV 179.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 162 210 65 0.23 0 0.69 0.18 79.86 0.62 0.54
Hex A2 D2 41 17 0 45 12 50 3E 36
Octal 242 322 101 27 0 105 22 120 76 66
Binary 10100010 11010010 1000001 10111 0 1000101 10010 1010000 111110 110110

Color Harmonies of #A2D241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D241

Black with #A2D241

Text Example


Text Example

White with #A2D241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D241; }

 p { color: rgb(162,210,65); }

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

background-color css

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

 a { background-color: rgb(162,210,65); }

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

border-color css

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

 span { border-color: rgb(162,210,65); }

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