Html Css Color HEX #A6CC46 Atlantis

📋 copy color: '#A6CC46'

red 166 ◦ green 204 ◦ blue 70

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

Shades of Atlantis #A6CC46

Tints of Atlantis #A6CC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

 BLUE value IS 70 (27.73% from 255) = 15.91%

R = 37.73%
G = 46.36%
B = 15.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#A6CC46 (or 0xA6CC46) is known color: Atlantis. HEX triplet: A6, CC and 46. RGB value is (166,204,70). Sum of RGB (Red+Green+Blue) = 166+204+70=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC46 is #5933B9. Grayscale: #B1B1B1. Windows color (decimal): -5845946 or 4639910. OLE color: 4639910.

HSL color Cylindrical-coordinate representation of color #A6CC46: hue angle of 77.01º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6CC46 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 70 -
CMYK 0.19 0 0.66 0.2
HSL 77.01º 0.57% 0.54% -
HSV(B) 77.01º 0.66% 0.8% -
XYZ 38.42 51.73 13.76 -
YUV 177.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 166 204 70 0.19 0 0.66 0.2 77.01 0.57 0.54
Hex A6 CC 46 13 0 42 14 4D 39 36
Octal 246 314 106 23 0 102 24 115 71 66
Binary 10100110 11001100 1000110 10011 0 1000010 10100 1001101 111001 110110

Color Harmonies of #A6CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC46

Black with #A6CC46

Text Example


Text Example

White with #A6CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC46; }

 p { color: rgb(166,204,70); }

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

background-color css

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

 a { background-color: rgb(166,204,70); }

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

border-color css

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

 span { border-color: rgb(166,204,70); }

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