Html Css Color HEX #A6D04A Atlantis

📋 copy color: '#A6D04A'

red 166 ◦ green 208 ◦ blue 74

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

Shades of Atlantis #A6D04A

Tints of Atlantis #A6D04A

RGB

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

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

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

R = 37.05%
G = 46.43%
B = 16.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#A6D04A (or 0xA6D04A) is known color: Atlantis. HEX triplet: A6, D0 and 4A. RGB value is (166,208,74). Sum of RGB (Red+Green+Blue) = 166+208+74=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D04A is #592FB5. Grayscale: #B4B4B4. Windows color (decimal): -5844918 or 4903078. OLE color: 4903078.

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

Color convert

RGB 166 208 74 -
CMYK 0.20 0 0.64 0.18
HSL 78.81º 0.59% 0.55% -
HSV(B) 78.81º 0.64% 0.82% -
XYZ 39.52 53.71 14.76 -
YUV 180.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 166 208 74 0.20 0 0.64 0.18 78.81 0.59 0.55
Hex A6 D0 4A 14 0 40 12 4F 3B 37
Octal 246 320 112 24 0 100 22 117 73 67
Binary 10100110 11010000 1001010 10100 0 1000000 10010 1001111 111011 110111

Color Harmonies of #A6D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D04A

Black with #A6D04A

Text Example


Text Example

White with #A6D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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