#8AF835

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

Shades of Green Yellow #8AF835

Tints of Green Yellow #8AF835

Color information

#8AF835 (or 0x8AF835) is unknown color: approx Green Yellow. HEX triplet: 8A, F8 and 35. RGB value is (138,248,53). Sum of RGB (Red+Green+Blue) = 138+248+53=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF835 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF835 is #7507CA. Grayscale: #C1C1C1. Windows color (decimal): -7669707 or 3537034. OLE color: 3537034.

HSL color Cylindrical-coordinate representation of color #8AF835: hue angle of 93.85º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AF835 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB13824853-
CMYK0.4400.790.03
HSL93.85º93.3%59.02%-
HSV(B)93.85º78.63%97.25%-
XYZ44.6972.815.06-
YUV192.8849.0688.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 248 (97.27% from 255) = 56.49%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=31.44%
G=56.49%
B=12.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal138248530.4400.790.0393.8593.359.02
Hex8AF8352C04F35e5d3b
Octal21237065540117313613573
Binary1000101011111000110101101100010011111110111101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,248,53); }

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

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

 a { background-color: rgb(138,248,53); }

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

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

 span { border-color: rgb(138,248,53); }

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