Html Css Color HEX #A6CE3A Atlantis

📋 copy color: '#A6CE3A'

red 166 ◦ green 206 ◦ blue 58

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

Shades of Atlantis #A6CE3A

Tints of Atlantis #A6CE3A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.91%

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 38.6%
G = 47.91%
B = 13.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#A6CE3A (or 0xA6CE3A) is known color: Atlantis. HEX triplet: A6, CE and 3A. RGB value is (166,206,58). Sum of RGB (Red+Green+Blue) = 166+206+58=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE3A is #5931C5. Grayscale: #B1B1B1. Windows color (decimal): -5845446 or 3853990. OLE color: 3853990.

HSL color Cylindrical-coordinate representation of color #A6CE3A: hue angle of 76.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6CE3A is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 58 -
CMYK 0.19 0 0.72 0.19
HSL 76.22º 0.6% 0.52% -
HSV(B) 76.22º 0.72% 0.81% -
XYZ 38.56 52.56 12.11 -
YUV 177.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 166 206 58 0.19 0 0.72 0.19 76.22 0.6 0.52
Hex A6 CE 3A 13 0 48 13 4C 3C 34
Octal 246 316 72 23 0 110 23 114 74 64
Binary 10100110 11001110 111010 10011 0 1001000 10011 1001100 111100 110100

Color Harmonies of #A6CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE3A

Black with #A6CE3A

Text Example


Text Example

White with #A6CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE3A; }

 p { color: rgb(166,206,58); }

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

background-color css

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

 a { background-color: rgb(166,206,58); }

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

border-color css

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

 span { border-color: rgb(166,206,58); }

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