Html Css Color HEX #A6D13D Atlantis

📋 copy color: '#A6D13D'

red 166 ◦ green 209 ◦ blue 61

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

Shades of Atlantis #A6D13D

Tints of Atlantis #A6D13D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.94%

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

R = 38.07%
G = 47.94%
B = 13.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#A6D13D (or 0xA6D13D) is known color: Atlantis. HEX triplet: A6, D1 and 3D. RGB value is (166,209,61). Sum of RGB (Red+Green+Blue) = 166+209+61=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D13D is #592EC2. Grayscale: #B3B3B3. Windows color (decimal): -5844675 or 4051366. OLE color: 4051366.

HSL color Cylindrical-coordinate representation of color #A6D13D: hue angle of 77.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6D13D is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 209 61 -
CMYK 0.21 0 0.71 0.18
HSL 77.43º 0.62% 0.53% -
HSV(B) 77.43º 0.71% 0.82% -
XYZ 39.37 54.04 12.77 -
YUV 179.27 61.25 118.53 -
System Red Green Blue C M Y K H S L
Decimal 166 209 61 0.21 0 0.71 0.18 77.43 0.62 0.53
Hex A6 D1 3D 15 0 47 12 4D 3E 35
Octal 246 321 75 25 0 107 22 115 76 65
Binary 10100110 11010001 111101 10101 0 1000111 10010 1001101 111110 110101

Color Harmonies of #A6D13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D13D

Black with #A6D13D

Text Example


Text Example

White with #A6D13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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