Html Css Color HEX #A6DC32 Atlantis

📋 copy color: '#A6DC32'

red 166 ◦ green 220 ◦ blue 50

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

Shades of Atlantis #A6DC32

Tints of Atlantis #A6DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

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

R = 38.07%
G = 50.46%
B = 11.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#A6DC32 (or 0xA6DC32) is known color: Atlantis. HEX triplet: A6, DC and 32. RGB value is (166,220,50). Sum of RGB (Red+Green+Blue) = 166+220+50=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC32 is #5923CD. Grayscale: #B9B9B9. Windows color (decimal): -5841870 or 3333286. OLE color: 3333286.

HSL color Cylindrical-coordinate representation of color #A6DC32: hue angle of 79.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6DC32 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 50 -
CMYK 0.25 0 0.77 0.14
HSL 79.06º 0.71% 0.53% -
HSV(B) 79.06º 0.77% 0.86% -
XYZ 41.89 59.52 12.3 -
YUV 184.47 52.11 114.82 -
System Red Green Blue C M Y K H S L
Decimal 166 220 50 0.25 0 0.77 0.14 79.06 0.71 0.53
Hex A6 DC 32 19 0 4D E 4F 47 35
Octal 246 334 62 31 0 115 16 117 107 65
Binary 10100110 11011100 110010 11001 0 1001101 1110 1001111 1000111 110101

Color Harmonies of #A6DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC32

Black with #A6DC32

Text Example


Text Example

White with #A6DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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