Html Css Color HEX #A6CC4A Atlantis

📋 copy color: '#A6CC4A'

red 166 ◦ green 204 ◦ blue 74

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

Shades of Atlantis #A6CC4A

Tints of Atlantis #A6CC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 37.39%
G = 45.95%
B = 16.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#A6CC4A (or 0xA6CC4A) is known color: Atlantis. HEX triplet: A6, CC and 4A. RGB value is (166,204,74). Sum of RGB (Red+Green+Blue) = 166+204+74=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC4A is #5933B5. Grayscale: #B2B2B2. Windows color (decimal): -5845942 or 4902054. OLE color: 4902054.

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

Color convert

RGB 166 204 74 -
CMYK 0.19 0 0.64 0.2
HSL 77.54º 0.56% 0.55% -
HSV(B) 77.54º 0.64% 0.8% -
XYZ 38.55 51.79 14.44 -
YUV 177.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 166 204 74 0.19 0 0.64 0.2 77.54 0.56 0.55
Hex A6 CC 4A 13 0 40 14 4E 38 37
Octal 246 314 112 23 0 100 24 116 70 67
Binary 10100110 11001100 1001010 10011 0 1000000 10100 1001110 111000 110111

Color Harmonies of #A6CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC4A

Black with #A6CC4A

Text Example


Text Example

White with #A6CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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