Html Css Color HEX #A1E033 Atlantis

📋 copy color: '#A1E033'

red 161 ◦ green 224 ◦ blue 51

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

Shades of Atlantis #A1E033

Tints of Atlantis #A1E033

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.38%

 BLUE value IS 51 (20.31% from 255) = 11.7%

R = 36.93%
G = 51.38%
B = 11.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#A1E033 (or 0xA1E033) is known color: Atlantis. HEX triplet: A1, E0 and 33. RGB value is (161,224,51). Sum of RGB (Red+Green+Blue) = 161+224+51=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E033 is #5E1FCC. Grayscale: #BABABA. Windows color (decimal): -6168525 or 3399841. OLE color: 3399841.

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

Color convert

RGB 161 224 51 -
CMYK 0.28 0 0.77 0.12
HSL 81.85º 0.74% 0.54% -
HSV(B) 81.85º 0.77% 0.88% -
XYZ 41.95 61.13 12.72 -
YUV 185.44 52.13 110.57 -
System Red Green Blue C M Y K H S L
Decimal 161 224 51 0.28 0 0.77 0.12 81.85 0.74 0.54
Hex A1 E0 33 1C 0 4D C 52 4A 36
Octal 241 340 63 34 0 115 14 122 112 66
Binary 10100001 11100000 110011 11100 0 1001101 1100 1010010 1001010 110110

Color Harmonies of #A1E033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E033

Black with #A1E033

Text Example


Text Example

White with #A1E033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E033; }

 p { color: rgb(161,224,51); }

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

background-color css

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

 a { background-color: rgb(161,224,51); }

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

border-color css

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

 span { border-color: rgb(161,224,51); }

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