Html Css Color HEX #8AF740 Green Yellow

📋 copy color: '#8AF740'

red 138 ◦ green 247 ◦ blue 64

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

Shades of Green Yellow #8AF740

Tints of Green Yellow #8AF740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 55.01%

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

R = 30.73%
G = 55.01%
B = 14.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#8AF740 (or 0x8AF740) is known color: Green Yellow. HEX triplet: 8A, F7 and 40. RGB value is (138,247,64). Sum of RGB (Red+Green+Blue) = 138+247+64=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF740 is #7508BF. Grayscale: #C2C2C2. Windows color (decimal): -7669952 or 4257674. OLE color: 4257674.

HSL color Cylindrical-coordinate representation of color #8AF740: hue angle of 95.74º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AF740 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 247 64 -
CMYK 0.44 0 0.74 0.03
HSL 95.74º 0.92% 0.61% -
HSV(B) 95.74º 0.74% 0.97% -
XYZ 44.67 72.29 16.45 -
YUV 193.55 54.89 88.38 -
System Red Green Blue C M Y K H S L
Decimal 138 247 64 0.44 0 0.74 0.03 95.74 0.92 0.61
Hex 8A F7 40 2C 0 4A 3 60 5C 3D
Octal 212 367 100 54 0 112 3 140 134 75
Binary 10001010 11110111 1000000 101100 0 1001010 11 1100000 1011100 111101

Color Harmonies of #8AF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF740

Black with #8AF740

Text Example


Text Example

White with #8AF740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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