Html Css Color HEX #A2D138 Atlantis

📋 copy color: '#A2D138'

red 162 ◦ green 209 ◦ blue 56

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

Shades of Atlantis #A2D138

Tints of Atlantis #A2D138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.95%

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

R = 37.94%
G = 48.95%
B = 13.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#A2D138 (or 0xA2D138) is known color: Atlantis. HEX triplet: A2, D1 and 38. RGB value is (162,209,56). Sum of RGB (Red+Green+Blue) = 162+209+56=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D138 is #5D2EC7. Grayscale: #B2B2B2. Windows color (decimal): -6106824 or 3723682. OLE color: 3723682.

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

Color convert

RGB 162 209 56 -
CMYK 0.22 0 0.73 0.18
HSL 78.43º 0.62% 0.52% -
HSV(B) 78.43º 0.73% 0.82% -
XYZ 38.41 53.57 12.06 -
YUV 177.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 162 209 56 0.22 0 0.73 0.18 78.43 0.62 0.52
Hex A2 D1 38 16 0 49 12 4E 3E 34
Octal 242 321 70 26 0 111 22 116 76 64
Binary 10100010 11010001 111000 10110 0 1001001 10010 1001110 111110 110100

Color Harmonies of #A2D138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D138

Black with #A2D138

Text Example


Text Example

White with #A2D138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D138; }

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

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

background-color css

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

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

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

border-color css

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

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

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