Html Css Color HEX #A6CC3F Atlantis

📋 copy color: '#A6CC3F'

red 166 ◦ green 204 ◦ blue 63

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

Shades of Atlantis #A6CC3F

Tints of Atlantis #A6CC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.55%

R = 38.34%
G = 47.11%
B = 14.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#A6CC3F (or 0xA6CC3F) is known color: Atlantis. HEX triplet: A6, CC and 3F. RGB value is (166,204,63). Sum of RGB (Red+Green+Blue) = 166+204+63=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC3F is #5933C0. Grayscale: #B1B1B1. Windows color (decimal): -5845953 or 4181158. OLE color: 4181158.

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

Color convert

RGB 166 204 63 -
CMYK 0.19 0 0.69 0.2
HSL 76.17º 0.58% 0.52% -
HSV(B) 76.17º 0.69% 0.8% -
XYZ 38.22 51.65 12.66 -
YUV 176.56 63.91 120.46 -
System Red Green Blue C M Y K H S L
Decimal 166 204 63 0.19 0 0.69 0.2 76.17 0.58 0.52
Hex A6 CC 3F 13 0 45 14 4C 3A 34
Octal 246 314 77 23 0 105 24 114 72 64
Binary 10100110 11001100 111111 10011 0 1000101 10100 1001100 111010 110100

Color Harmonies of #A6CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC3F

Black with #A6CC3F

Text Example


Text Example

White with #A6CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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