Html Css Color HEX #A6DD41 Atlantis

📋 copy color: '#A6DD41'

red 166 ◦ green 221 ◦ blue 65

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

Shades of Atlantis #A6DD41

Tints of Atlantis #A6DD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.89%

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 36.73%
G = 48.89%
B = 14.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#A6DD41 (or 0xA6DD41) is known color: Atlantis. HEX triplet: A6, DD and 41. RGB value is (166,221,65). Sum of RGB (Red+Green+Blue) = 166+221+65=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD41 is #5922BE. Grayscale: #BBBBBB. Windows color (decimal): -5841599 or 4316582. OLE color: 4316582.

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

Color convert

RGB 166 221 65 -
CMYK 0.25 0 0.71 0.13
HSL 81.15º 0.7% 0.56% -
HSV(B) 81.15º 0.71% 0.87% -
XYZ 42.54 60.2 14.38 -
YUV 186.77 59.28 113.18 -
System Red Green Blue C M Y K H S L
Decimal 166 221 65 0.25 0 0.71 0.13 81.15 0.7 0.56
Hex A6 DD 41 19 0 47 D 51 46 38
Octal 246 335 101 31 0 107 15 121 106 70
Binary 10100110 11011101 1000001 11001 0 1000111 1101 1010001 1000110 111000

Color Harmonies of #A6DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD41

Black with #A6DD41

Text Example


Text Example

White with #A6DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD41; }

 p { color: rgb(166,221,65); }

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

background-color css

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

 a { background-color: rgb(166,221,65); }

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

border-color css

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

 span { border-color: rgb(166,221,65); }

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