Html Css Color HEX #A6DD3C Atlantis

📋 copy color: '#A6DD3C'

red 166 ◦ green 221 ◦ blue 60

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

Shades of Atlantis #A6DD3C

Tints of Atlantis #A6DD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.42%

R = 37.14%
G = 49.44%
B = 13.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#A6DD3C (or 0xA6DD3C) is known color: Atlantis. HEX triplet: A6, DD and 3C. RGB value is (166,221,60). Sum of RGB (Red+Green+Blue) = 166+221+60=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD3C is #5922C3. Grayscale: #BABABA. Windows color (decimal): -5841604 or 3988902. OLE color: 3988902.

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

Color convert

RGB 166 221 60 -
CMYK 0.25 0 0.73 0.13
HSL 80.5º 0.7% 0.55% -
HSV(B) 80.5º 0.73% 0.87% -
XYZ 42.4 60.15 13.65 -
YUV 186.2 56.78 113.59 -
System Red Green Blue C M Y K H S L
Decimal 166 221 60 0.25 0 0.73 0.13 80.5 0.7 0.55
Hex A6 DD 3C 19 0 49 D 50 46 37
Octal 246 335 74 31 0 111 15 120 106 67
Binary 10100110 11011101 111100 11001 0 1001001 1101 1010000 1000110 110111

Color Harmonies of #A6DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD3C

Black with #A6DD3C

Text Example


Text Example

White with #A6DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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