Html Css Color HEX #A8D524 Yellow Green

📋 copy color: '#A8D524'

red 168 ◦ green 213 ◦ blue 36

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

Shades of Yellow Green #A8D524

Tints of Yellow Green #A8D524

RGB

 RED value IS 168 (66.02% from 255) = 40.29%

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

 BLUE value IS 36 (14.45% from 255) = 8.63%

R = 40.29%
G = 51.08%
B = 8.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#A8D524 (or 0xA8D524) is known color: Yellow Green. HEX triplet: A8, D5 and 24. RGB value is (168,213,36). Sum of RGB (Red+Green+Blue) = 168+213+36=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D524 is #572ADB. Grayscale: #B4B4B4. Windows color (decimal): -5712604 or 2413992. OLE color: 2413992.

HSL color Cylindrical-coordinate representation of color #A8D524: hue angle of 75.25º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8D524 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 36 -
CMYK 0.21 0 0.83 0.16
HSL 75.25º 0.71% 0.49% -
HSV(B) 75.25º 0.83% 0.84% -
XYZ 40.26 56.04 10.36 -
YUV 179.37 47.09 119.89 -
System Red Green Blue C M Y K H S L
Decimal 168 213 36 0.21 0 0.83 0.16 75.25 0.71 0.49
Hex A8 D5 24 15 0 53 10 4B 47 31
Octal 250 325 44 25 0 123 20 113 107 61
Binary 10101000 11010101 100100 10101 0 1010011 10000 1001011 1000111 110001

Color Harmonies of #A8D524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D524

Black with #A8D524

Text Example


Text Example

White with #A8D524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D524; }

 p { color: rgb(168,213,36); }

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

background-color css

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

 a { background-color: rgb(168,213,36); }

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

border-color css

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

 span { border-color: rgb(168,213,36); }

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