Html Css Color HEX #8AF128 Green Yellow

📋 copy color: '#8AF128'

red 138 ◦ green 241 ◦ blue 40

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

Shades of Green Yellow #8AF128

Tints of Green Yellow #8AF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.52%

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

R = 32.94%
G = 57.52%
B = 9.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#8AF128 (or 0x8AF128) is known color: Green Yellow. HEX triplet: 8A, F1 and 28. RGB value is (138,241,40). Sum of RGB (Red+Green+Blue) = 138+241+40=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF128 is #750ED7. Grayscale: #BBBBBB. Windows color (decimal): -7671512 or 2683274. OLE color: 2683274.

HSL color Cylindrical-coordinate representation of color #8AF128: hue angle of 90.75º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AF128 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 241 40 -
CMYK 0.43 0 0.83 0.05
HSL 90.75º 0.88% 0.55% -
HSV(B) 90.75º 0.83% 0.95% -
XYZ 42.32 68.47 12.99 -
YUV 187.29 44.88 92.84 -
System Red Green Blue C M Y K H S L
Decimal 138 241 40 0.43 0 0.83 0.05 90.75 0.88 0.55
Hex 8A F1 28 2B 0 53 5 5B 58 37
Octal 212 361 50 53 0 123 5 133 130 67
Binary 10001010 11110001 101000 101011 0 1010011 101 1011011 1011000 110111

Color Harmonies of #8AF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF128

Black with #8AF128

Text Example


Text Example

White with #8AF128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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