Html Css Color HEX #A6DF32 Atlantis

📋 copy color: '#A6DF32'

red 166 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #A6DF32

Tints of Atlantis #A6DF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 37.81%
G = 50.8%
B = 11.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#A6DF32 (or 0xA6DF32) is known color: Atlantis. HEX triplet: A6, DF and 32. RGB value is (166,223,50). Sum of RGB (Red+Green+Blue) = 166+223+50=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF32 is #5920CD. Grayscale: #BABABA. Windows color (decimal): -5841102 or 3334054. OLE color: 3334054.

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

Color convert

RGB 166 223 50 -
CMYK 0.26 0 0.78 0.13
HSL 79.77º 0.73% 0.54% -
HSV(B) 79.77º 0.78% 0.87% -
XYZ 42.69 61.11 12.56 -
YUV 186.24 51.12 113.57 -
System Red Green Blue C M Y K H S L
Decimal 166 223 50 0.26 0 0.78 0.13 79.77 0.73 0.54
Hex A6 DF 32 1A 0 4E D 50 49 36
Octal 246 337 62 32 0 116 15 120 111 66
Binary 10100110 11011111 110010 11010 0 1001110 1101 1010000 1001001 110110

Color Harmonies of #A6DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF32

Black with #A6DF32

Text Example


Text Example

White with #A6DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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