Html Css Color HEX #A6DF38 Atlantis

📋 copy color: '#A6DF38'

red 166 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #A6DF38

Tints of Atlantis #A6DF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.11%

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

R = 37.3%
G = 50.11%
B = 12.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#A6DF38 (or 0xA6DF38) is known color: Atlantis. HEX triplet: A6, DF and 38. RGB value is (166,223,56). Sum of RGB (Red+Green+Blue) = 166+223+56=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF38 is #5920C7. Grayscale: #BBBBBB. Windows color (decimal): -5841096 or 3727270. OLE color: 3727270.

HSL color Cylindrical-coordinate representation of color #A6DF38: hue angle of 80.48º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6DF38 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 56 -
CMYK 0.26 0 0.75 0.13
HSL 80.48º 0.72% 0.55% -
HSV(B) 80.48º 0.75% 0.87% -
XYZ 42.83 61.17 13.29 -
YUV 186.92 54.12 113.08 -
System Red Green Blue C M Y K H S L
Decimal 166 223 56 0.26 0 0.75 0.13 80.48 0.72 0.55
Hex A6 DF 38 1A 0 4B D 50 48 37
Octal 246 337 70 32 0 113 15 120 110 67
Binary 10100110 11011111 111000 11010 0 1001011 1101 1010000 1001000 110111

Color Harmonies of #A6DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF38

Black with #A6DF38

Text Example


Text Example

White with #A6DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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