Html Css Color HEX #8AF428 Green Yellow

📋 copy color: '#8AF428'

red 138 ◦ green 244 ◦ blue 40

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

Shades of Green Yellow #8AF428

Tints of Green Yellow #8AF428

RGB

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

 GREEN value IS 244 (95.7% from 255) = 57.82%

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

R = 32.7%
G = 57.82%
B = 9.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#8AF428 (or 0x8AF428) is known color: Green Yellow. HEX triplet: 8A, F4 and 28. RGB value is (138,244,40). Sum of RGB (Red+Green+Blue) = 138+244+40=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 244 (95.70% from 255 or 57.82% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF428 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF428 is #750BD7. Grayscale: #BDBDBD. Windows color (decimal): -7670744 or 2684042. OLE color: 2684042.

HSL color Cylindrical-coordinate representation of color #8AF428: hue angle of 91.18º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AF428 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 244 40 -
CMYK 0.43 0 0.84 0.04
HSL 91.18º 0.9% 0.56% -
HSV(B) 91.18º 0.84% 0.96% -
XYZ 43.21 70.26 13.29 -
YUV 189.05 43.88 91.59 -
System Red Green Blue C M Y K H S L
Decimal 138 244 40 0.43 0 0.84 0.04 91.18 0.9 0.56
Hex 8A F4 28 2B 0 54 4 5B 5A 38
Octal 212 364 50 53 0 124 4 133 132 70
Binary 10001010 11110100 101000 101011 0 1010100 100 1011011 1011010 111000

Color Harmonies of #8AF428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF428

Black with #8AF428

Text Example


Text Example

White with #8AF428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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