Html Css Color HEX #A8D428 Yellow Green

📋 copy color: '#A8D428'

red 168 ◦ green 212 ◦ blue 40

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

Shades of Yellow Green #A8D428

Tints of Yellow Green #A8D428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.48%

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

R = 40%
G = 50.48%
B = 9.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#A8D428 (or 0xA8D428) is known color: Yellow Green. HEX triplet: A8, D4 and 28. RGB value is (168,212,40). Sum of RGB (Red+Green+Blue) = 168+212+40=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D428 is #572BD7. Grayscale: #B3B3B3. Windows color (decimal): -5712856 or 2675880. OLE color: 2675880.

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

Color convert

RGB 168 212 40 -
CMYK 0.21 0 0.81 0.17
HSL 75.35º 0.68% 0.49% -
HSV(B) 75.35º 0.81% 0.83% -
XYZ 40.07 55.57 10.62 -
YUV 179.24 49.42 119.99 -
System Red Green Blue C M Y K H S L
Decimal 168 212 40 0.21 0 0.81 0.17 75.35 0.68 0.49
Hex A8 D4 28 15 0 51 11 4B 44 31
Octal 250 324 50 25 0 121 21 113 104 61
Binary 10101000 11010100 101000 10101 0 1010001 10001 1001011 1000100 110001

Color Harmonies of #A8D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D428

Black with #A8D428

Text Example


Text Example

White with #A8D428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D428; }

 p { color: rgb(168,212,40); }

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

background-color css

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

 a { background-color: rgb(168,212,40); }

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

border-color css

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

 span { border-color: rgb(168,212,40); }

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