Html Css Color HEX #A6CE38 Atlantis

📋 copy color: '#A6CE38'

red 166 ◦ green 206 ◦ blue 56

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

Shades of Atlantis #A6CE38

Tints of Atlantis #A6CE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 38.79%
G = 48.13%
B = 13.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#A6CE38 (or 0xA6CE38) is known color: Atlantis. HEX triplet: A6, CE and 38. RGB value is (166,206,56). Sum of RGB (Red+Green+Blue) = 166+206+56=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE38 is #5931C7. Grayscale: #B1B1B1. Windows color (decimal): -5845448 or 3722918. OLE color: 3722918.

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

Color convert

RGB 166 206 56 -
CMYK 0.19 0 0.73 0.19
HSL 76º 0.6% 0.51% -
HSV(B) 76º 0.73% 0.81% -
XYZ 38.51 52.54 11.85 -
YUV 176.94 59.75 120.2 -
System Red Green Blue C M Y K H S L
Decimal 166 206 56 0.19 0 0.73 0.19 76 0.6 0.51
Hex A6 CE 38 13 0 49 13 4C 3C 33
Octal 246 316 70 23 0 111 23 114 74 63
Binary 10100110 11001110 111000 10011 0 1001001 10011 1001100 111100 110011

Color Harmonies of #A6CE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE38

Black with #A6CE38

Text Example


Text Example

White with #A6CE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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