Html Css Color HEX #A6CE3D Atlantis

📋 copy color: '#A6CE3D'

red 166 ◦ green 206 ◦ blue 61

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

Shades of Atlantis #A6CE3D

Tints of Atlantis #A6CE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 38.34%
G = 47.58%
B = 14.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#A6CE3D (or 0xA6CE3D) is known color: Atlantis. HEX triplet: A6, CE and 3D. RGB value is (166,206,61). Sum of RGB (Red+Green+Blue) = 166+206+61=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE3D is #5931C2. Grayscale: #B2B2B2. Windows color (decimal): -5845443 or 4050598. OLE color: 4050598.

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

Color convert

RGB 166 206 61 -
CMYK 0.19 0 0.70 0.19
HSL 76.55º 0.6% 0.52% -
HSV(B) 76.55º 0.7% 0.81% -
XYZ 38.64 52.59 12.53 -
YUV 177.51 62.25 119.79 -
System Red Green Blue C M Y K H S L
Decimal 166 206 61 0.19 0 0.70 0.19 76.55 0.6 0.52
Hex A6 CE 3D 13 0 46 13 4D 3C 34
Octal 246 316 75 23 0 106 23 115 74 64
Binary 10100110 11001110 111101 10011 0 1000110 10011 1001101 111100 110100

Color Harmonies of #A6CE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE3D

Black with #A6CE3D

Text Example


Text Example

White with #A6CE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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