Html Css Color HEX #A2D838 Atlantis

📋 copy color: '#A2D838'

red 162 ◦ green 216 ◦ blue 56

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

Shades of Atlantis #A2D838

Tints of Atlantis #A2D838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.9%

R = 37.33%
G = 49.77%
B = 12.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#A2D838 (or 0xA2D838) is known color: Atlantis. HEX triplet: A2, D8 and 38. RGB value is (162,216,56). Sum of RGB (Red+Green+Blue) = 162+216+56=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D838 is #5D27C7. Grayscale: #B6B6B6. Windows color (decimal): -6105032 or 3725474. OLE color: 3725474.

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

Color convert

RGB 162 216 56 -
CMYK 0.25 0 0.74 0.15
HSL 80.25º 0.67% 0.53% -
HSV(B) 80.25º 0.74% 0.85% -
XYZ 40.17 57.08 12.64 -
YUV 181.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 162 216 56 0.25 0 0.74 0.15 80.25 0.67 0.53
Hex A2 D8 38 19 0 4A F 50 43 35
Octal 242 330 70 31 0 112 17 120 103 65
Binary 10100010 11011000 111000 11001 0 1001010 1111 1010000 1000011 110101

Color Harmonies of #A2D838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D838

Black with #A2D838

Text Example


Text Example

White with #A2D838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D838; }

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

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

background-color css

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

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

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

border-color css

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

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

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