Html Css Color HEX #8AF742 Green Yellow

📋 copy color: '#8AF742'

red 138 ◦ green 247 ◦ blue 66

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

Shades of Green Yellow #8AF742

Tints of Green Yellow #8AF742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 30.6%
G = 54.77%
B = 14.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#8AF742 (or 0x8AF742) is known color: Green Yellow. HEX triplet: 8A, F7 and 42. RGB value is (138,247,66). Sum of RGB (Red+Green+Blue) = 138+247+66=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF742 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF742 is #7508BD. Grayscale: #C2C2C2. Windows color (decimal): -7669950 or 4388746. OLE color: 4388746.

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

Color convert

RGB 138 247 66 -
CMYK 0.44 0 0.73 0.03
HSL 96.13º 0.92% 0.61% -
HSV(B) 96.13º 0.73% 0.97% -
XYZ 44.73 72.32 16.76 -
YUV 193.78 55.89 88.22 -
System Red Green Blue C M Y K H S L
Decimal 138 247 66 0.44 0 0.73 0.03 96.13 0.92 0.61
Hex 8A F7 42 2C 0 49 3 60 5C 3D
Octal 212 367 102 54 0 111 3 140 134 75
Binary 10001010 11110111 1000010 101100 0 1001001 11 1100000 1011100 111101

Color Harmonies of #8AF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF742

Black with #8AF742

Text Example


Text Example

White with #8AF742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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