Html Css Color HEX #A6DE3E Atlantis

📋 copy color: '#A6DE3E'

red 166 ◦ green 222 ◦ blue 62

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

Shades of Atlantis #A6DE3E

Tints of Atlantis #A6DE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

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

R = 36.89%
G = 49.33%
B = 13.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#A6DE3E (or 0xA6DE3E) is known color: Atlantis. HEX triplet: A6, DE and 3E. RGB value is (166,222,62). Sum of RGB (Red+Green+Blue) = 166+222+62=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DE3E is #5921C1. Grayscale: #BBBBBB. Windows color (decimal): -5841346 or 4120230. OLE color: 4120230.

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

Color convert

RGB 166 222 62 -
CMYK 0.25 0 0.72 0.13
HSL 81º 0.71% 0.56% -
HSV(B) 81º 0.72% 0.87% -
XYZ 42.72 60.7 14.02 -
YUV 187.02 57.45 113.01 -
System Red Green Blue C M Y K H S L
Decimal 166 222 62 0.25 0 0.72 0.13 81 0.71 0.56
Hex A6 DE 3E 19 0 48 D 51 47 38
Octal 246 336 76 31 0 110 15 121 107 70
Binary 10100110 11011110 111110 11001 0 1001000 1101 1010001 1000111 111000

Color Harmonies of #A6DE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DE3E

Black with #A6DE3E

Text Example


Text Example

White with #A6DE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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