Html Css Color HEX #A1E138 Atlantis

📋 copy color: '#A1E138'

red 161 ◦ green 225 ◦ blue 56

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

Shades of Atlantis #A1E138

Tints of Atlantis #A1E138

RGB

 RED value IS 161 (63.28% from 255) = 36.43%

 GREEN value IS 225 (88.28% from 255) = 50.9%

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

R = 36.43%
G = 50.9%
B = 12.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#A1E138 (or 0xA1E138) is known color: Atlantis. HEX triplet: A1, E1 and 38. RGB value is (161,225,56). Sum of RGB (Red+Green+Blue) = 161+225+56=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E138 is #5E1EC7. Grayscale: #BBBBBB. Windows color (decimal): -6168264 or 3727777. OLE color: 3727777.

HSL color Cylindrical-coordinate representation of color #A1E138: hue angle of 82.72º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1E138 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 56 -
CMYK 0.28 0 0.75 0.12
HSL 82.72º 0.74% 0.55% -
HSV(B) 82.72º 0.75% 0.88% -
XYZ 42.34 61.71 13.42 -
YUV 186.6 54.3 109.74 -
System Red Green Blue C M Y K H S L
Decimal 161 225 56 0.28 0 0.75 0.12 82.72 0.74 0.55
Hex A1 E1 38 1C 0 4B C 53 4A 37
Octal 241 341 70 34 0 113 14 123 112 67
Binary 10100001 11100001 111000 11100 0 1001011 1100 1010011 1001010 110111

Color Harmonies of #A1E138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E138

Black with #A1E138

Text Example


Text Example

White with #A1E138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E138; }

 p { color: rgb(161,225,56); }

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

background-color css

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

 a { background-color: rgb(161,225,56); }

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

border-color css

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

 span { border-color: rgb(161,225,56); }

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