Html Css Color HEX #A6DC3D Atlantis

📋 copy color: '#A6DC3D'

red 166 ◦ green 220 ◦ blue 61

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

Shades of Atlantis #A6DC3D

Tints of Atlantis #A6DC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.65%

R = 37.14%
G = 49.22%
B = 13.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#A6DC3D (or 0xA6DC3D) is known color: Atlantis. HEX triplet: A6, DC and 3D. RGB value is (166,220,61). Sum of RGB (Red+Green+Blue) = 166+220+61=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC3D is #5923C2. Grayscale: #BABABA. Windows color (decimal): -5841859 or 4054182. OLE color: 4054182.

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

Color convert

RGB 166 220 61 -
CMYK 0.25 0 0.72 0.14
HSL 80.38º 0.69% 0.55% -
HSV(B) 80.38º 0.72% 0.86% -
XYZ 42.16 59.63 13.7 -
YUV 185.73 57.61 113.93 -
System Red Green Blue C M Y K H S L
Decimal 166 220 61 0.25 0 0.72 0.14 80.38 0.69 0.55
Hex A6 DC 3D 19 0 48 E 50 45 37
Octal 246 334 75 31 0 110 16 120 105 67
Binary 10100110 11011100 111101 11001 0 1001000 1110 1010000 1000101 110111

Color Harmonies of #A6DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC3D

Black with #A6DC3D

Text Example


Text Example

White with #A6DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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