Html Css Color HEX #A6CC42 Atlantis

📋 copy color: '#A6CC42'

red 166 ◦ green 204 ◦ blue 66

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

Shades of Atlantis #A6CC42

Tints of Atlantis #A6CC42

RGB

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

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

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

R = 38.07%
G = 46.79%
B = 15.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#A6CC42 (or 0xA6CC42) is known color: Atlantis. HEX triplet: A6, CC and 42. RGB value is (166,204,66). Sum of RGB (Red+Green+Blue) = 166+204+66=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC42 is #5933BD. Grayscale: #B1B1B1. Windows color (decimal): -5845950 or 4377766. OLE color: 4377766.

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

Color convert

RGB 166 204 66 -
CMYK 0.19 0 0.68 0.2
HSL 76.52º 0.58% 0.53% -
HSV(B) 76.52º 0.68% 0.8% -
XYZ 38.3 51.69 13.11 -
YUV 176.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 166 204 66 0.19 0 0.68 0.2 76.52 0.58 0.53
Hex A6 CC 42 13 0 44 14 4D 3A 35
Octal 246 314 102 23 0 104 24 115 72 65
Binary 10100110 11001100 1000010 10011 0 1000100 10100 1001101 111010 110101

Color Harmonies of #A6CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC42

Black with #A6CC42

Text Example


Text Example

White with #A6CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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