Html Css Color HEX #A6DF3A Atlantis

📋 copy color: '#A6DF3A'

red 166 ◦ green 223 ◦ blue 58

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

Shades of Atlantis #A6DF3A

Tints of Atlantis #A6DF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

 BLUE value IS 58 (23.05% from 255) = 12.98%

R = 37.14%
G = 49.89%
B = 12.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#A6DF3A (or 0xA6DF3A) is known color: Atlantis. HEX triplet: A6, DF and 3A. RGB value is (166,223,58). Sum of RGB (Red+Green+Blue) = 166+223+58=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF3A is #5920C5. Grayscale: #BBBBBB. Windows color (decimal): -5841094 or 3858342. OLE color: 3858342.

HSL color Cylindrical-coordinate representation of color #A6DF3A: hue angle of 80.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6DF3A is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 58 -
CMYK 0.26 0 0.74 0.13
HSL 80.73º 0.72% 0.55% -
HSV(B) 80.73º 0.74% 0.87% -
XYZ 42.88 61.19 13.55 -
YUV 187.15 55.12 112.92 -
System Red Green Blue C M Y K H S L
Decimal 166 223 58 0.26 0 0.74 0.13 80.73 0.72 0.55
Hex A6 DF 3A 1A 0 4A D 51 48 37
Octal 246 337 72 32 0 112 15 121 110 67
Binary 10100110 11011111 111010 11010 0 1001010 1101 1010001 1001000 110111

Color Harmonies of #A6DF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF3A

Black with #A6DF3A

Text Example


Text Example

White with #A6DF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF3A; }

 p { color: rgb(166,223,58); }

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

background-color css

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

 a { background-color: rgb(166,223,58); }

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

border-color css

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

 span { border-color: rgb(166,223,58); }

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