Html Css Color HEX #A6D042 Atlantis

📋 copy color: '#A6D042'

red 166 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #A6D042

Tints of Atlantis #A6D042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15%

R = 37.73%
G = 47.27%
B = 15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#A6D042 (or 0xA6D042) is known color: Atlantis. HEX triplet: A6, D0 and 42. RGB value is (166,208,66). Sum of RGB (Red+Green+Blue) = 166+208+66=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D042 is #592FBD. Grayscale: #B3B3B3. Windows color (decimal): -5844926 or 4378790. OLE color: 4378790.

HSL color Cylindrical-coordinate representation of color #A6D042: hue angle of 77.75º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6D042 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 66 -
CMYK 0.20 0 0.68 0.18
HSL 77.75º 0.6% 0.54% -
HSV(B) 77.75º 0.68% 0.82% -
XYZ 39.27 53.61 13.43 -
YUV 179.25 64.09 118.55 -
System Red Green Blue C M Y K H S L
Decimal 166 208 66 0.20 0 0.68 0.18 77.75 0.6 0.54
Hex A6 D0 42 14 0 44 12 4E 3C 36
Octal 246 320 102 24 0 104 22 116 74 66
Binary 10100110 11010000 1000010 10100 0 1000100 10010 1001110 111100 110110

Color Harmonies of #A6D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D042

Black with #A6D042

Text Example


Text Example

White with #A6D042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D042; }

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

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

background-color css

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

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

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

border-color css

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

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

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