#8AF527

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

Shades of Green Yellow #8AF527

Tints of Green Yellow #8AF527

Color information

#8AF527 (or 0x8AF527) is unknown color: approx Green Yellow. HEX triplet: 8A, F5 and 27. RGB value is (138,245,39). Sum of RGB (Red+Green+Blue) = 138+245+39=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF527 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF527 is #750AD8. Grayscale: #BEBEBE. Windows color (decimal): -7670489 or 2618762. OLE color: 2618762.

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

Color convert

RGB13824539-
CMYK0.4400.840.04
HSL91.17º91.15%55.69%-
HSV(B)91.17º84.08%96.08%-
XYZ43.570.8513.3-
YUV189.5243.0591.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 245 (96.09% from 255) = 58.06%
BLUE value IS 39 (15.62% from 255) = 9.24%
R=32.70%
G=58.06%
B=9.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138245390.4400.840.0491.1791.1555.69
Hex8AF5272C05445b5b38
Octal21236547540124413313370
Binary10001010111101011001111011000101010010010110111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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