Html Css Color HEX #A6D63E Atlantis

📋 copy color: '#A6D63E'

red 166 ◦ green 214 ◦ blue 62

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

Shades of Atlantis #A6D63E

Tints of Atlantis #A6D63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 37.56%
G = 48.42%
B = 14.03%

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

#A6D63E (or 0xA6D63E) is known color: Atlantis. HEX triplet: A6, D6 and 3E. RGB value is (166,214,62). Sum of RGB (Red+Green+Blue) = 166+214+62=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D63E is #5929C1. Grayscale: #B6B6B6. Windows color (decimal): -5843394 or 4118182. OLE color: 4118182.

HSL color Cylindrical-coordinate representation of color #A6D63E: hue angle of 78.95º 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 #A6D63E is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 214 62 -
CMYK 0.22 0 0.71 0.16
HSL 78.95º 0.65% 0.54% -
HSV(B) 78.95º 0.71% 0.84% -
XYZ 40.64 56.55 13.33 -
YUV 182.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 166 214 62 0.22 0 0.71 0.16 78.95 0.65 0.54
Hex A6 D6 3E 16 0 47 10 4F 41 36
Octal 246 326 76 26 0 107 20 117 101 66
Binary 10100110 11010110 111110 10110 0 1000111 10000 1001111 1000001 110110

Color Harmonies of #A6D63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D63E

Black with #A6D63E

Text Example


Text Example

White with #A6D63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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