Html Css Color HEX #8AD428 Yellow Green

📋 copy color: '#8AD428'

red 138 ◦ green 212 ◦ blue 40

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

Shades of Yellow Green #8AD428

Tints of Yellow Green #8AD428

RGB

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

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

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

R = 35.38%
G = 54.36%
B = 10.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#8AD428 (or 0x8AD428) is known color: Yellow Green. HEX triplet: 8A, D4 and 28. RGB value is (138,212,40). Sum of RGB (Red+Green+Blue) = 138+212+40=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 212 (83.20% from 255 or 54.36% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD428 is #752BD7. Grayscale: #AAAAAA. Windows color (decimal): -7678936 or 2675850. OLE color: 2675850.

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

Color convert

RGB 138 212 40 -
CMYK 0.35 0 0.81 0.17
HSL 85.81º 0.68% 0.49% -
HSV(B) 85.81º 0.81% 0.83% -
XYZ 34.41 52.64 10.36 -
YUV 170.27 54.48 104.99 -
System Red Green Blue C M Y K H S L
Decimal 138 212 40 0.35 0 0.81 0.17 85.81 0.68 0.49
Hex 8A D4 28 23 0 51 11 56 44 31
Octal 212 324 50 43 0 121 21 126 104 61
Binary 10001010 11010100 101000 100011 0 1010001 10001 1010110 1000100 110001

Color Harmonies of #8AD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD428

Black with #8AD428

Text Example


Text Example

White with #8AD428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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