Html Css Color HEX #A6CC4C Atlantis

📋 copy color: '#A6CC4C'

red 166 ◦ green 204 ◦ blue 76

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

Shades of Atlantis #A6CC4C

Tints of Atlantis #A6CC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.04%

R = 37.22%
G = 45.74%
B = 17.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#A6CC4C (or 0xA6CC4C) is known color: Atlantis. HEX triplet: A6, CC and 4C. RGB value is (166,204,76). Sum of RGB (Red+Green+Blue) = 166+204+76=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC4C is #5933B3. Grayscale: #B2B2B2. Windows color (decimal): -5845940 or 5033126. OLE color: 5033126.

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

Color convert

RGB 166 204 76 -
CMYK 0.19 0 0.63 0.2
HSL 77.81º 0.56% 0.55% -
HSV(B) 77.81º 0.63% 0.8% -
XYZ 38.62 51.81 14.8 -
YUV 178.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 166 204 76 0.19 0 0.63 0.2 77.81 0.56 0.55
Hex A6 CC 4C 13 0 3F 14 4E 38 37
Octal 246 314 114 23 0 77 24 116 70 67
Binary 10100110 11001100 1001100 10011 0 111111 10100 1001110 111000 110111

Color Harmonies of #A6CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC4C

Black with #A6CC4C

Text Example


Text Example

White with #A6CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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