Html Css Color HEX #A6E534 Atlantis

📋 copy color: '#A6E534'

red 166 ◦ green 229 ◦ blue 52

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

Shades of Atlantis #A6E534

Tints of Atlantis #A6E534

RGB

 RED value IS 166 (65.23% from 255) = 37.14%

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

 BLUE value IS 52 (20.7% from 255) = 11.63%

R = 37.14%
G = 51.23%
B = 11.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#A6E534 (or 0xA6E534) is known color: Atlantis. HEX triplet: A6, E5 and 34. RGB value is (166,229,52). Sum of RGB (Red+Green+Blue) = 166+229+52=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E534 is #591ACB. Grayscale: #BEBEBE. Windows color (decimal): -5839564 or 3466662. OLE color: 3466662.

HSL color Cylindrical-coordinate representation of color #A6E534: hue angle of 81.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6E534 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 229 52 -
CMYK 0.28 0 0.77 0.10
HSL 81.36º 0.77% 0.55% -
HSV(B) 81.36º 0.77% 0.9% -
XYZ 44.37 64.39 13.34 -
YUV 189.99 50.13 110.89 -
System Red Green Blue C M Y K H S L
Decimal 166 229 52 0.28 0 0.77 0.10 81.36 0.77 0.55
Hex A6 E5 34 1C 0 4D A 51 4D 37
Octal 246 345 64 34 0 115 12 121 115 67
Binary 10100110 11100101 110100 11100 0 1001101 1010 1010001 1001101 110111

Color Harmonies of #A6E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E534

Black with #A6E534

Text Example


Text Example

White with #A6E534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E534; }

 p { color: rgb(166,229,52); }

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

background-color css

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

 a { background-color: rgb(166,229,52); }

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

border-color css

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

 span { border-color: rgb(166,229,52); }

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