Html Css Color HEX #A6D545 Atlantis

📋 copy color: '#A6D545'

red 166 ◦ green 213 ◦ blue 69

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

Shades of Atlantis #A6D545

Tints of Atlantis #A6D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.54%

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 37.05%
G = 47.54%
B = 15.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#A6D545 (or 0xA6D545) is known color: Atlantis. HEX triplet: A6, D5 and 45. RGB value is (166,213,69). Sum of RGB (Red+Green+Blue) = 166+213+69=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D545 is #592ABA. Grayscale: #B7B7B7. Windows color (decimal): -5843643 or 4576678. OLE color: 4576678.

HSL color Cylindrical-coordinate representation of color #A6D545: hue angle of 79.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6D545 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 213 69 -
CMYK 0.22 0 0.68 0.16
HSL 79.58º 0.63% 0.55% -
HSV(B) 79.58º 0.68% 0.84% -
XYZ 40.59 56.13 14.32 -
YUV 182.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 166 213 69 0.22 0 0.68 0.16 79.58 0.63 0.55
Hex A6 D5 45 16 0 44 10 50 3F 37
Octal 246 325 105 26 0 104 20 120 77 67
Binary 10100110 11010101 1000101 10110 0 1000100 10000 1010000 111111 110111

Color Harmonies of #A6D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D545

Black with #A6D545

Text Example


Text Example

White with #A6D545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D545; }

 p { color: rgb(166,213,69); }

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

background-color css

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

 a { background-color: rgb(166,213,69); }

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

border-color css

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

 span { border-color: rgb(166,213,69); }

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