Html Css Color HEX #A6D528 Yellow Green

📋 copy color: '#A6D528'

red 166 ◦ green 213 ◦ blue 40

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

Shades of Yellow Green #A6D528

Tints of Yellow Green #A6D528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.55%

R = 39.62%
G = 50.84%
B = 9.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#A6D528 (or 0xA6D528) is known color: Yellow Green. HEX triplet: A6, D5 and 28. RGB value is (166,213,40). Sum of RGB (Red+Green+Blue) = 166+213+40=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D528 is #592AD7. Grayscale: #B3B3B3. Windows color (decimal): -5843672 or 2676134. OLE color: 2676134.

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

Color convert

RGB 166 213 40 -
CMYK 0.22 0 0.81 0.16
HSL 76.3º 0.68% 0.5% -
HSV(B) 76.3º 0.81% 0.84% -
XYZ 39.9 55.85 10.68 -
YUV 179.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 166 213 40 0.22 0 0.81 0.16 76.3 0.68 0.5
Hex A6 D5 28 16 0 51 10 4C 44 32
Octal 246 325 50 26 0 121 20 114 104 62
Binary 10100110 11010101 101000 10110 0 1010001 10000 1001100 1000100 110010

Color Harmonies of #A6D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D528

Black with #A6D528

Text Example


Text Example

White with #A6D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D528; }

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

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

background-color css

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

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

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

border-color css

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

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

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