Html Css Color HEX #A1E238 Atlantis

📋 copy color: '#A1E238'

red 161 ◦ green 226 ◦ blue 56

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

Shades of Atlantis #A1E238

Tints of Atlantis #A1E238

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.02%

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

R = 36.34%
G = 51.02%
B = 12.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#A1E238 (or 0xA1E238) is known color: Atlantis. HEX triplet: A1, E2 and 38. RGB value is (161,226,56). Sum of RGB (Red+Green+Blue) = 161+226+56=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E238 is #5E1DC7. Grayscale: #BBBBBB. Windows color (decimal): -6168008 or 3728033. OLE color: 3728033.

HSL color Cylindrical-coordinate representation of color #A1E238: hue angle of 82.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1E238 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 226 56 -
CMYK 0.29 0 0.75 0.11
HSL 82.94º 0.75% 0.55% -
HSV(B) 82.94º 0.75% 0.89% -
XYZ 42.61 62.26 13.51 -
YUV 187.19 53.97 109.32 -
System Red Green Blue C M Y K H S L
Decimal 161 226 56 0.29 0 0.75 0.11 82.94 0.75 0.55
Hex A1 E2 38 1D 0 4B B 53 4B 37
Octal 241 342 70 35 0 113 13 123 113 67
Binary 10100001 11100010 111000 11101 0 1001011 1011 1010011 1001011 110111

Color Harmonies of #A1E238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E238

Black with #A1E238

Text Example


Text Example

White with #A1E238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E238; }

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

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

background-color css

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

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

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

border-color css

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

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

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