#8AF94C

Color #8AF94C Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #8AF94C

Tints of Green Yellow #8AF94C

Color information

#8AF94C (or 0x8AF94C) is unknown color: approx Green Yellow. HEX triplet: 8A, F9 and 4C. RGB value is (138,249,76). Sum of RGB (Red+Green+Blue) = 138+249+76=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF94C is #7506B3. Grayscale: #C4C4C4. Windows color (decimal): -7669428 or 5044618. OLE color: 5044618.

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

Color convert

RGB13824976-
CMYK0.4500.690.02
HSL98.5º93.51%63.73%-
HSV(B)98.5º69.48%97.65%-
XYZ45.6673.6818.65-
YUV196.0960.2386.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.81%
GREEN value IS 249 (97.66% from 255) = 53.78%
BLUE value IS 76 (30.08% from 255) = 16.41%
R=29.81%
G=53.78%
B=16.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138249760.4500.690.0298.593.5163.73
Hex8AF94C2D0452625e40
Octal2123711145501052142136100
Binary100010101111100110011001011010100010110110001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AF94C;
 }
 .AnyTagClassName
 {
   color: #8AF94C;
 }
</style>
background-color css

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

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

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

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

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

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