Html Css Color HEX #8AD528 Yellow Green

📋 copy color: '#8AD528'

red 138 ◦ green 213 ◦ blue 40

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

Shades of Yellow Green #8AD528

Tints of Yellow Green #8AD528

RGB

 RED value IS 138 (54.3% from 255) = 35.29%

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

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

R = 35.29%
G = 54.48%
B = 10.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#8AD528 (or 0x8AD528) is known color: Yellow Green. HEX triplet: 8A, D5 and 28. RGB value is (138,213,40). Sum of RGB (Red+Green+Blue) = 138+213+40=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD528 is #752AD7. Grayscale: #ABABAB. Windows color (decimal): -7678680 or 2676106. OLE color: 2676106.

HSL color Cylindrical-coordinate representation of color #8AD528: hue angle of 86.01º 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 #8AD528 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 40 -
CMYK 0.35 0 0.81 0.16
HSL 86.01º 0.68% 0.5% -
HSV(B) 86.01º 0.81% 0.84% -
XYZ 34.66 53.14 10.44 -
YUV 170.85 54.15 104.57 -
System Red Green Blue C M Y K H S L
Decimal 138 213 40 0.35 0 0.81 0.16 86.01 0.68 0.5
Hex 8A D5 28 23 0 51 10 56 44 32
Octal 212 325 50 43 0 121 20 126 104 62
Binary 10001010 11010101 101000 100011 0 1010001 10000 1010110 1000100 110010

Color Harmonies of #8AD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD528

Black with #8AD528

Text Example


Text Example

White with #8AD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD528; }

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

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

background-color css

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

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

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

border-color css

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

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

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