Html Css Color HEX #A8D532 Yellow Green

📋 copy color: '#A8D532'

red 168 ◦ green 213 ◦ blue 50

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

Shades of Yellow Green #A8D532

Tints of Yellow Green #A8D532

RGB

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

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

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

R = 38.98%
G = 49.42%
B = 11.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#A8D532 (or 0xA8D532) is known color: Yellow Green. HEX triplet: A8, D5 and 32. RGB value is (168,213,50). Sum of RGB (Red+Green+Blue) = 168+213+50=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D532 is #572ACD. Grayscale: #B5B5B5. Windows color (decimal): -5712590 or 3331496. OLE color: 3331496.

HSL color Cylindrical-coordinate representation of color #A8D532: hue angle of 76.56º 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 #A8D532 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 50 -
CMYK 0.21 0 0.77 0.16
HSL 76.56º 0.66% 0.52% -
HSV(B) 76.56º 0.77% 0.84% -
XYZ 40.52 56.14 11.72 -
YUV 180.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 168 213 50 0.21 0 0.77 0.16 76.56 0.66 0.52
Hex A8 D5 32 15 0 4D 10 4D 42 34
Octal 250 325 62 25 0 115 20 115 102 64
Binary 10101000 11010101 110010 10101 0 1001101 10000 1001101 1000010 110100

Color Harmonies of #A8D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D532

Black with #A8D532

Text Example


Text Example

White with #A8D532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D532; }

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

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

background-color css

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

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

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

border-color css

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

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

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