Html Css Color HEX #A6D63B Atlantis

📋 copy color: '#A6D63B'

red 166 ◦ green 214 ◦ blue 59

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

Shades of Atlantis #A6D63B

Tints of Atlantis #A6D63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.44%

R = 37.81%
G = 48.75%
B = 13.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#A6D63B (or 0xA6D63B) is known color: Atlantis. HEX triplet: A6, D6 and 3B. RGB value is (166,214,59). Sum of RGB (Red+Green+Blue) = 166+214+59=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D63B is #5929C4. Grayscale: #B6B6B6. Windows color (decimal): -5843397 or 3921574. OLE color: 3921574.

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

Color convert

RGB 166 214 59 -
CMYK 0.22 0 0.72 0.16
HSL 78.58º 0.65% 0.54% -
HSV(B) 78.58º 0.72% 0.84% -
XYZ 40.56 56.52 12.91 -
YUV 181.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 166 214 59 0.22 0 0.72 0.16 78.58 0.65 0.54
Hex A6 D6 3B 16 0 48 10 4F 41 36
Octal 246 326 73 26 0 110 20 117 101 66
Binary 10100110 11010110 111011 10110 0 1001000 10000 1001111 1000001 110110

Color Harmonies of #A6D63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D63B

Black with #A6D63B

Text Example


Text Example

White with #A6D63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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