Html Css Color HEX #8AF74A Green Yellow

📋 copy color: '#8AF74A'

red 138 ◦ green 247 ◦ blue 74

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

Shades of Green Yellow #8AF74A

Tints of Green Yellow #8AF74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.12%

R = 30.07%
G = 53.81%
B = 16.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#8AF74A (or 0x8AF74A) is known color: Green Yellow. HEX triplet: 8A, F7 and 4A. RGB value is (138,247,74). Sum of RGB (Red+Green+Blue) = 138+247+74=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF74A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF74A is #7508B5. Grayscale: #C3C3C3. Windows color (decimal): -7669942 or 4913034. OLE color: 4913034.

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

Color convert

RGB 138 247 74 -
CMYK 0.44 0 0.70 0.03
HSL 97.8º 0.92% 0.63% -
HSV(B) 97.8º 0.7% 0.97% -
XYZ 44.98 72.42 18.09 -
YUV 194.69 59.89 87.57 -
System Red Green Blue C M Y K H S L
Decimal 138 247 74 0.44 0 0.70 0.03 97.8 0.92 0.63
Hex 8A F7 4A 2C 0 46 3 62 5C 3F
Octal 212 367 112 54 0 106 3 142 134 77
Binary 10001010 11110111 1001010 101100 0 1000110 11 1100010 1011100 111111

Color Harmonies of #8AF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF74A

Black with #8AF74A

Text Example


Text Example

White with #8AF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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