Html Css Color HEX #8AF54A Green Yellow

📋 copy color: '#8AF54A'

red 138 ◦ green 245 ◦ blue 74

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

Shades of Green Yellow #8AF54A

Tints of Green Yellow #8AF54A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.61%

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

R = 30.2%
G = 53.61%
B = 16.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#8AF54A (or 0x8AF54A) is known color: Green Yellow. HEX triplet: 8A, F5 and 4A. RGB value is (138,245,74). Sum of RGB (Red+Green+Blue) = 138+245+74=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF54A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF54A is #750AB5. Grayscale: #C2C2C2. Windows color (decimal): -7670454 or 4912522. OLE color: 4912522.

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

Color convert

RGB 138 245 74 -
CMYK 0.44 0 0.70 0.04
HSL 97.54º 0.9% 0.63% -
HSV(B) 97.54º 0.7% 0.96% -
XYZ 44.37 71.2 17.88 -
YUV 193.51 60.55 88.4 -
System Red Green Blue C M Y K H S L
Decimal 138 245 74 0.44 0 0.70 0.04 97.54 0.9 0.63
Hex 8A F5 4A 2C 0 46 4 62 5A 3F
Octal 212 365 112 54 0 106 4 142 132 77
Binary 10001010 11110101 1001010 101100 0 1000110 100 1100010 1011010 111111

Color Harmonies of #8AF54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF54A

Black with #8AF54A

Text Example


Text Example

White with #8AF54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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