Html Css Color HEX #A6D63D Atlantis

📋 copy color: '#A6D63D'

red 166 ◦ green 214 ◦ blue 61

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

Shades of Atlantis #A6D63D

Tints of Atlantis #A6D63D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

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

R = 37.64%
G = 48.53%
B = 13.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#A6D63D (or 0xA6D63D) is known color: Atlantis. HEX triplet: A6, D6 and 3D. RGB value is (166,214,61). Sum of RGB (Red+Green+Blue) = 166+214+61=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D63D is #5929C2. Grayscale: #B6B6B6. Windows color (decimal): -5843395 or 4052646. OLE color: 4052646.

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

Color convert

RGB 166 214 61 -
CMYK 0.22 0 0.71 0.16
HSL 78.82º 0.65% 0.54% -
HSV(B) 78.82º 0.71% 0.84% -
XYZ 40.61 56.54 13.19 -
YUV 182.21 59.6 116.44 -
System Red Green Blue C M Y K H S L
Decimal 166 214 61 0.22 0 0.71 0.16 78.82 0.65 0.54
Hex A6 D6 3D 16 0 47 10 4F 41 36
Octal 246 326 75 26 0 107 20 117 101 66
Binary 10100110 11010110 111101 10110 0 1000111 10000 1001111 1000001 110110

Color Harmonies of #A6D63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D63D

Black with #A6D63D

Text Example


Text Example

White with #A6D63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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