Html Css Color HEX #A6DC42 Atlantis

📋 copy color: '#A6DC42'

red 166 ◦ green 220 ◦ blue 66

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

Shades of Atlantis #A6DC42

Tints of Atlantis #A6DC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.67%

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 36.73%
G = 48.67%
B = 14.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#A6DC42 (or 0xA6DC42) is known color: Atlantis. HEX triplet: A6, DC and 42. RGB value is (166,220,66). Sum of RGB (Red+Green+Blue) = 166+220+66=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC42 is #5923BD. Grayscale: #BABABA. Windows color (decimal): -5841854 or 4381862. OLE color: 4381862.

HSL color Cylindrical-coordinate representation of color #A6DC42: hue angle of 81.04º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6DC42 is Cyan = 0.25, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 66 -
CMYK 0.25 0 0.7 0.14
HSL 81.04º 0.69% 0.56% -
HSV(B) 81.04º 0.7% 0.86% -
XYZ 42.3 59.69 14.45 -
YUV 186.3 60.11 113.52 -
System Red Green Blue C M Y K H S L
Decimal 166 220 66 0.25 0 0.7 0.14 81.04 0.69 0.56
Hex A6 DC 42 19 0 46 E 51 45 38
Octal 246 334 102 31 0 106 16 121 105 70
Binary 10100110 11011100 1000010 11001 0 1000110 1110 1010001 1000101 111000

Color Harmonies of #A6DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC42

Black with #A6DC42

Text Example


Text Example

White with #A6DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC42; }

 p { color: rgb(166,220,66); }

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

background-color css

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

 a { background-color: rgb(166,220,66); }

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

border-color css

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

 span { border-color: rgb(166,220,66); }

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