#8AF533

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

Shades of Green Yellow #8AF533

Tints of Green Yellow #8AF533

Color information

#8AF533 (or 0x8AF533) is unknown color: approx Green Yellow. HEX triplet: 8A, F5 and 33. RGB value is (138,245,51). Sum of RGB (Red+Green+Blue) = 138+245+51=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF533 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF533 is #750ACC. Grayscale: #BFBFBF. Windows color (decimal): -7670477 or 3405194. OLE color: 3405194.

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

Color convert

RGB13824551-
CMYK0.4400.790.04
HSL93.09º90.65%58.04%-
HSV(B)93.09º79.18%96.08%-
XYZ43.7370.9514.52-
YUV190.8949.0590.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 245 (96.09% from 255) = 56.45%
BLUE value IS 51 (20.31% from 255) = 11.75%
R=31.80%
G=56.45%
B=11.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138245510.4400.790.0493.0990.6558.04
Hex8AF5332C04F45d5b3a
Octal21236563540117413513372
Binary10001010111101011100111011000100111110010111011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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