Html Css Color HEX #A6C84A Atlantis

📋 copy color: '#A6C84A'

red 166 ◦ green 200 ◦ blue 74

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

Shades of Atlantis #A6C84A

Tints of Atlantis #A6C84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.45%

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

R = 37.73%
G = 45.45%
B = 16.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#A6C84A (or 0xA6C84A) is known color: Atlantis. HEX triplet: A6, C8 and 4A. RGB value is (166,200,74). Sum of RGB (Red+Green+Blue) = 166+200+74=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C84A is #5937B5. Grayscale: #AFAFAF. Windows color (decimal): -5846966 or 4901030. OLE color: 4901030.

HSL color Cylindrical-coordinate representation of color #A6C84A: hue angle of 76.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6C84A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 74 -
CMYK 0.17 0 0.63 0.22
HSL 76.19º 0.53% 0.54% -
HSV(B) 76.19º 0.63% 0.78% -
XYZ 37.62 49.91 14.13 -
YUV 175.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 166 200 74 0.17 0 0.63 0.22 76.19 0.53 0.54
Hex A6 C8 4A 11 0 3F 16 4C 35 36
Octal 246 310 112 21 0 77 26 114 65 66
Binary 10100110 11001000 1001010 10001 0 111111 10110 1001100 110101 110110

Color Harmonies of #A6C84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C84A

Black with #A6C84A

Text Example


Text Example

White with #A6C84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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