Html Css Color HEX #A6CA3C Atlantis

📋 copy color: '#A6CA3C'

red 166 ◦ green 202 ◦ blue 60

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

Shades of Atlantis #A6CA3C

Tints of Atlantis #A6CA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.2%

 BLUE value IS 60 (23.83% from 255) = 14.02%

R = 38.79%
G = 47.2%
B = 14.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#A6CA3C (or 0xA6CA3C) is known color: Atlantis. HEX triplet: A6, CA and 3C. RGB value is (166,202,60). Sum of RGB (Red+Green+Blue) = 166+202+60=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA3C is #5935C3. Grayscale: #AFAFAF. Windows color (decimal): -5846468 or 3984038. OLE color: 3984038.

HSL color Cylindrical-coordinate representation of color #A6CA3C: hue angle of 75.21º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6CA3C is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 60 -
CMYK 0.18 0 0.70 0.21
HSL 75.21º 0.57% 0.51% -
HSV(B) 75.21º 0.7% 0.79% -
XYZ 37.66 50.67 12.07 -
YUV 175.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 166 202 60 0.18 0 0.70 0.21 75.21 0.57 0.51
Hex A6 CA 3C 12 0 46 15 4B 39 33
Octal 246 312 74 22 0 106 25 113 71 63
Binary 10100110 11001010 111100 10010 0 1000110 10101 1001011 111001 110011

Color Harmonies of #A6CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA3C

Black with #A6CA3C

Text Example


Text Example

White with #A6CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA3C; }

 p { color: rgb(166,202,60); }

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

background-color css

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

 a { background-color: rgb(166,202,60); }

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

border-color css

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

 span { border-color: rgb(166,202,60); }

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