#8af63f

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

Shades of Green Yellow #8AF63F

Tints of Green Yellow #8AF63F

Color information

#8AF63F (or 0x8AF63F) is unknown color: approx Green Yellow. HEX triplet: 8A, F6 and 3F. RGB value is (138,246,63). Sum of RGB (Red+Green+Blue) = 138+246+63=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF63F is #7509C0. Grayscale: #C1C1C1. Windows color (decimal): -7670209 or 4191882. OLE color: 4191882.

HSL color Cylindrical-coordinate representation of color #8AF63F: hue angle of 95.41º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AF63F is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB13824663-
CMYK0.4400.740.04
HSL95.41º91.04%60.59%-
HSV(B)95.41º74.39%96.47%-
XYZ44.3371.6716.2-
YUV192.8554.7288.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 246 (96.48% from 255) = 55.03%
BLUE value IS 63 (25% from 255) = 14.09%
R=30.87%
G=55.03%
B=14.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138246630.4400.740.0495.4191.0460.59
Hex8AF63F2C04A45f5b3d
Octal21236677540112413713375
Binary10001010111101101111111011000100101010010111111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8af63f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,246,63); }

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

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

 a { background-color: rgb(138,246,63); }

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

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

 span { border-color: rgb(138,246,63); }

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