Html Css Color HEX #A6CA3E Atlantis

📋 copy color: '#A6CA3E'

red 166 ◦ green 202 ◦ blue 62

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

Shades of Atlantis #A6CA3E

Tints of Atlantis #A6CA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.42%

R = 38.6%
G = 46.98%
B = 14.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#A6CA3E (or 0xA6CA3E) is known color: Atlantis. HEX triplet: A6, CA and 3E. RGB value is (166,202,62). Sum of RGB (Red+Green+Blue) = 166+202+62=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA3E is #5935C1. Grayscale: #AFAFAF. Windows color (decimal): -5846466 or 4115110. OLE color: 4115110.

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

Color convert

RGB 166 202 62 -
CMYK 0.18 0 0.69 0.21
HSL 75.43º 0.57% 0.52% -
HSV(B) 75.43º 0.69% 0.79% -
XYZ 37.72 50.7 12.35 -
YUV 175.28 64.07 121.38 -
System Red Green Blue C M Y K H S L
Decimal 166 202 62 0.18 0 0.69 0.21 75.43 0.57 0.52
Hex A6 CA 3E 12 0 45 15 4B 39 34
Octal 246 312 76 22 0 105 25 113 71 64
Binary 10100110 11001010 111110 10010 0 1000101 10101 1001011 111001 110100

Color Harmonies of #A6CA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA3E

Black with #A6CA3E

Text Example


Text Example

White with #A6CA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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