Html Css Color HEX #A6CD4A Atlantis

📋 copy color: '#A6CD4A'

red 166 ◦ green 205 ◦ blue 74

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

Shades of Atlantis #A6CD4A

Tints of Atlantis #A6CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

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

R = 37.3%
G = 46.07%
B = 16.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A6CD4A (or 0xA6CD4A) is known color: Atlantis. HEX triplet: A6, CD and 4A. RGB value is (166,205,74). Sum of RGB (Red+Green+Blue) = 166+205+74=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CD4A is #5932B5. Grayscale: #B2B2B2. Windows color (decimal): -5845686 or 4902310. OLE color: 4902310.

HSL color Cylindrical-coordinate representation of color #A6CD4A: hue angle of 77.86º degrees, saturation: 0.57, 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 #A6CD4A is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 205 74 -
CMYK 0.19 0 0.64 0.20
HSL 77.86º 0.57% 0.55% -
HSV(B) 77.86º 0.64% 0.8% -
XYZ 38.79 52.26 14.52 -
YUV 178.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 166 205 74 0.19 0 0.64 0.20 77.86 0.57 0.55
Hex A6 CD 4A 13 0 40 14 4E 39 37
Octal 246 315 112 23 0 100 24 116 71 67
Binary 10100110 11001101 1001010 10011 0 1000000 10100 1001110 111001 110111

Color Harmonies of #A6CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CD4A

Black with #A6CD4A

Text Example


Text Example

White with #A6CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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