Html Css Color HEX #A6D532 Yellow Green

📋 copy color: '#A6D532'

red 166 ◦ green 213 ◦ blue 50

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

Shades of Yellow Green #A6D532

Tints of Yellow Green #A6D532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 38.69%
G = 49.65%
B = 11.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#A6D532 (or 0xA6D532) is known color: Yellow Green. HEX triplet: A6, D5 and 32. RGB value is (166,213,50). Sum of RGB (Red+Green+Blue) = 166+213+50=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D532 is #592ACD. Grayscale: #B4B4B4. Windows color (decimal): -5843662 or 3331494. OLE color: 3331494.

HSL color Cylindrical-coordinate representation of color #A6D532: hue angle of 77.3º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6D532 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 213 50 -
CMYK 0.22 0 0.77 0.16
HSL 77.3º 0.66% 0.52% -
HSV(B) 77.3º 0.77% 0.84% -
XYZ 40.1 55.93 11.7 -
YUV 180.37 54.43 117.75 -
System Red Green Blue C M Y K H S L
Decimal 166 213 50 0.22 0 0.77 0.16 77.3 0.66 0.52
Hex A6 D5 32 16 0 4D 10 4D 42 34
Octal 246 325 62 26 0 115 20 115 102 64
Binary 10100110 11010101 110010 10110 0 1001101 10000 1001101 1000010 110100

Color Harmonies of #A6D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D532

Black with #A6D532

Text Example


Text Example

White with #A6D532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D532; }

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

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

background-color css

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

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

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

border-color css

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

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

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