Html Css Color HEX #A6DA32 Atlantis

📋 copy color: '#A6DA32'

red 166 ◦ green 218 ◦ blue 50

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

Shades of Atlantis #A6DA32

Tints of Atlantis #A6DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.23%

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

R = 38.25%
G = 50.23%
B = 11.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#A6DA32 (or 0xA6DA32) is known color: Atlantis. HEX triplet: A6, DA and 32. RGB value is (166,218,50). Sum of RGB (Red+Green+Blue) = 166+218+50=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA32 is #5925CD. Grayscale: #B7B7B7. Windows color (decimal): -5842382 or 3332774. OLE color: 3332774.

HSL color Cylindrical-coordinate representation of color #A6DA32: hue angle of 78.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6DA32 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 218 50 -
CMYK 0.24 0 0.77 0.15
HSL 78.57º 0.69% 0.53% -
HSV(B) 78.57º 0.77% 0.85% -
XYZ 41.37 58.48 12.12 -
YUV 183.3 52.77 115.66 -
System Red Green Blue C M Y K H S L
Decimal 166 218 50 0.24 0 0.77 0.15 78.57 0.69 0.53
Hex A6 DA 32 18 0 4D F 4F 45 35
Octal 246 332 62 30 0 115 17 117 105 65
Binary 10100110 11011010 110010 11000 0 1001101 1111 1001111 1000101 110101

Color Harmonies of #A6DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DA32

Black with #A6DA32

Text Example


Text Example

White with #A6DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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