Html Css Color HEX #A6D03D Atlantis

📋 copy color: '#A6D03D'

red 166 ◦ green 208 ◦ blue 61

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

Shades of Atlantis #A6D03D

Tints of Atlantis #A6D03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.82%

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

R = 38.16%
G = 47.82%
B = 14.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#A6D03D (or 0xA6D03D) is known color: Atlantis. HEX triplet: A6, D0 and 3D. RGB value is (166,208,61). Sum of RGB (Red+Green+Blue) = 166+208+61=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D03D is #592FC2. Grayscale: #B3B3B3. Windows color (decimal): -5844931 or 4051110. OLE color: 4051110.

HSL color Cylindrical-coordinate representation of color #A6D03D: hue angle of 77.14º degrees, saturation: 0.61, 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 #A6D03D is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 61 -
CMYK 0.20 0 0.71 0.18
HSL 77.14º 0.61% 0.53% -
HSV(B) 77.14º 0.71% 0.82% -
XYZ 39.12 53.56 12.69 -
YUV 178.68 61.59 118.95 -
System Red Green Blue C M Y K H S L
Decimal 166 208 61 0.20 0 0.71 0.18 77.14 0.61 0.53
Hex A6 D0 3D 14 0 47 12 4D 3D 35
Octal 246 320 75 24 0 107 22 115 75 65
Binary 10100110 11010000 111101 10100 0 1000111 10010 1001101 111101 110101

Color Harmonies of #A6D03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D03D

Black with #A6D03D

Text Example


Text Example

White with #A6D03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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