Html Css Color HEX #8AFF40 Green Yellow

📋 copy color: '#8AFF40'

red 138 ◦ green 255 ◦ blue 64

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

Shades of Green Yellow #8AFF40

Tints of Green Yellow #8AFF40

RGB

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

 GREEN value IS 255 (100% from 255) = 55.8%

 BLUE value IS 64 (25.39% from 255) = 14%

R = 30.2%
G = 55.8%
B = 14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#8AFF40 (or 0x8AFF40) is known color: Green Yellow. HEX triplet: 8A, FF and 40. RGB value is (138,255,64). Sum of RGB (Red+Green+Blue) = 138+255+64=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF40 is #7500BF. Grayscale: #C6C6C6. Windows color (decimal): -7667904 or 4259722. OLE color: 4259722.

HSL color Cylindrical-coordinate representation of color #8AFF40: hue angle of 96.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AFF40 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 138 255 64 -
CMYK 0.46 0 0.75 0
HSL 96.75º 1% 0.63% -
HSV(B) 96.75º 0.75% 1% -
XYZ 47.17 77.29 17.28 -
YUV 198.24 52.24 85.03 -
System Red Green Blue C M Y K H S L
Decimal 138 255 64 0.46 0 0.75 0 96.75 1 0.63
Hex 8A FF 40 2E 0 4B 0 61 64 3F
Octal 212 377 100 56 0 113 0 141 144 77
Binary 10001010 11111111 1000000 101110 0 1001011 0 1100001 1100100 111111

Color Harmonies of #8AFF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF40

Black with #8AFF40

Text Example


Text Example

White with #8AFF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,255,64); }

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

background-color css

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

 a { background-color: rgb(138,255,64); }

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

border-color css

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

 span { border-color: rgb(138,255,64); }

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