Html Css Color HEX #A3E530 Atlantis

📋 copy color: '#A3E530'

red 163 ◦ green 229 ◦ blue 48

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

Shades of Atlantis #A3E530

Tints of Atlantis #A3E530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.05%

 BLUE value IS 48 (19.14% from 255) = 10.91%

R = 37.05%
G = 52.05%
B = 10.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#A3E530 (or 0xA3E530) is known color: Atlantis. HEX triplet: A3, E5 and 30. RGB value is (163,229,48). Sum of RGB (Red+Green+Blue) = 163+229+48=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E530 is #5C1ACF. Grayscale: #BDBDBD. Windows color (decimal): -6036176 or 3204515. OLE color: 3204515.

HSL color Cylindrical-coordinate representation of color #A3E530: hue angle of 81.88º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3E530 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 229 48 -
CMYK 0.29 0 0.79 0.10
HSL 81.88º 0.78% 0.54% -
HSV(B) 81.88º 0.79% 0.9% -
XYZ 43.66 64.04 12.86 -
YUV 188.63 48.63 109.72 -
System Red Green Blue C M Y K H S L
Decimal 163 229 48 0.29 0 0.79 0.10 81.88 0.78 0.54
Hex A3 E5 30 1D 0 4F A 52 4E 36
Octal 243 345 60 35 0 117 12 122 116 66
Binary 10100011 11100101 110000 11101 0 1001111 1010 1010010 1001110 110110

Color Harmonies of #A3E530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E530

Black with #A3E530

Text Example


Text Example

White with #A3E530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E530; }

 p { color: rgb(163,229,48); }

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

background-color css

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

 a { background-color: rgb(163,229,48); }

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

border-color css

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

 span { border-color: rgb(163,229,48); }

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