Html Css Color HEX #A3E032 Atlantis

📋 copy color: '#A3E032'

red 163 ◦ green 224 ◦ blue 50

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

Shades of Atlantis #A3E032

Tints of Atlantis #A3E032

RGB

 RED value IS 163 (64.06% from 255) = 37.3%

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

 BLUE value IS 50 (19.92% from 255) = 11.44%

R = 37.3%
G = 51.26%
B = 11.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#A3E032 (or 0xA3E032) is known color: Atlantis. HEX triplet: A3, E0 and 32. RGB value is (163,224,50). Sum of RGB (Red+Green+Blue) = 163+224+50=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E032 is #5C1FCD. Grayscale: #BABABA. Windows color (decimal): -6037454 or 3334307. OLE color: 3334307.

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

Color convert

RGB 163 224 50 -
CMYK 0.27 0 0.78 0.12
HSL 81.03º 0.74% 0.54% -
HSV(B) 81.03º 0.78% 0.88% -
XYZ 42.34 61.33 12.62 -
YUV 185.93 51.29 111.65 -
System Red Green Blue C M Y K H S L
Decimal 163 224 50 0.27 0 0.78 0.12 81.03 0.74 0.54
Hex A3 E0 32 1B 0 4E C 51 4A 36
Octal 243 340 62 33 0 116 14 121 112 66
Binary 10100011 11100000 110010 11011 0 1001110 1100 1010001 1001010 110110

Color Harmonies of #A3E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E032

Black with #A3E032

Text Example


Text Example

White with #A3E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E032; }

 p { color: rgb(163,224,50); }

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

background-color css

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

 a { background-color: rgb(163,224,50); }

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

border-color css

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

 span { border-color: rgb(163,224,50); }

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