Html Css Color HEX #A6DB3E Atlantis

📋 copy color: '#A6DB3E'

red 166 ◦ green 219 ◦ blue 62

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

Shades of Atlantis #A6DB3E

Tints of Atlantis #A6DB3E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.99%

 BLUE value IS 62 (24.61% from 255) = 13.87%

R = 37.14%
G = 48.99%
B = 13.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#A6DB3E (or 0xA6DB3E) is known color: Atlantis. HEX triplet: A6, DB and 3E. RGB value is (166,219,62). Sum of RGB (Red+Green+Blue) = 166+219+62=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB3E is #5924C1. Grayscale: #B9B9B9. Windows color (decimal): -5842114 or 4119462. OLE color: 4119462.

HSL color Cylindrical-coordinate representation of color #A6DB3E: hue angle of 80.25º 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 #A6DB3E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 62 -
CMYK 0.24 0 0.72 0.14
HSL 80.25º 0.69% 0.55% -
HSV(B) 80.25º 0.72% 0.86% -
XYZ 41.93 59.12 13.76 -
YUV 185.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 166 219 62 0.24 0 0.72 0.14 80.25 0.69 0.55
Hex A6 DB 3E 18 0 48 E 50 45 37
Octal 246 333 76 30 0 110 16 120 105 67
Binary 10100110 11011011 111110 11000 0 1001000 1110 1010000 1000101 110111

Color Harmonies of #A6DB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB3E

Black with #A6DB3E

Text Example


Text Example

White with #A6DB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB3E; }

 p { color: rgb(166,219,62); }

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

background-color css

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

 a { background-color: rgb(166,219,62); }

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

border-color css

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

 span { border-color: rgb(166,219,62); }

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