Html Css Color HEX #A6CE48 Atlantis

📋 copy color: '#A6CE48'

red 166 ◦ green 206 ◦ blue 72

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

Shades of Atlantis #A6CE48

Tints of Atlantis #A6CE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.22%

R = 37.39%
G = 46.4%
B = 16.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#A6CE48 (or 0xA6CE48) is known color: Atlantis. HEX triplet: A6, CE and 48. RGB value is (166,206,72). Sum of RGB (Red+Green+Blue) = 166+206+72=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE48 is #5931B7. Grayscale: #B3B3B3. Windows color (decimal): -5845432 or 4771494. OLE color: 4771494.

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

Color convert

RGB 166 206 72 -
CMYK 0.19 0 0.65 0.19
HSL 77.91º 0.58% 0.55% -
HSV(B) 77.91º 0.65% 0.81% -
XYZ 38.97 52.72 14.25 -
YUV 178.76 67.75 118.9 -
System Red Green Blue C M Y K H S L
Decimal 166 206 72 0.19 0 0.65 0.19 77.91 0.58 0.55
Hex A6 CE 48 13 0 41 13 4E 3A 37
Octal 246 316 110 23 0 101 23 116 72 67
Binary 10100110 11001110 1001000 10011 0 1000001 10011 1001110 111010 110111

Color Harmonies of #A6CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE48

Black with #A6CE48

Text Example


Text Example

White with #A6CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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