Html Css Color HEX #8AF940 Green Yellow

📋 copy color: '#8AF940'

red 138 ◦ green 249 ◦ blue 64

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

Shades of Green Yellow #8AF940

Tints of Green Yellow #8AF940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.21%

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

R = 30.6%
G = 55.21%
B = 14.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#8AF940 (or 0x8AF940) is known color: Green Yellow. HEX triplet: 8A, F9 and 40. RGB value is (138,249,64). Sum of RGB (Red+Green+Blue) = 138+249+64=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF940 is #7506BF. Grayscale: #C3C3C3. Windows color (decimal): -7669440 or 4258186. OLE color: 4258186.

HSL color Cylindrical-coordinate representation of color #8AF940: hue angle of 96º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AF940 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 249 64 -
CMYK 0.45 0 0.74 0.02
HSL 96º 0.94% 0.61% -
HSV(B) 96º 0.74% 0.98% -
XYZ 45.28 73.52 16.66 -
YUV 194.72 54.23 87.54 -
System Red Green Blue C M Y K H S L
Decimal 138 249 64 0.45 0 0.74 0.02 96 0.94 0.61
Hex 8A F9 40 2D 0 4A 2 60 5E 3D
Octal 212 371 100 55 0 112 2 140 136 75
Binary 10001010 11111001 1000000 101101 0 1001010 10 1100000 1011110 111101

Color Harmonies of #8AF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF940

Black with #8AF940

Text Example


Text Example

White with #8AF940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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