#8AF135

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

Shades of Green Yellow #8AF135

Tints of Green Yellow #8AF135

Color information

#8AF135 (or 0x8AF135) is unknown color: approx Green Yellow. HEX triplet: 8A, F1 and 35. RGB value is (138,241,53). Sum of RGB (Red+Green+Blue) = 138+241+53=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF135 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF135 is #750ECA. Grayscale: #BDBDBD. Windows color (decimal): -7671499 or 3535242. OLE color: 3535242.

HSL color Cylindrical-coordinate representation of color #8AF135: hue angle of 92.87º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AF135 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB13824153-
CMYK0.4300.780.05
HSL92.87º87.04%57.65%-
HSV(B)92.87º78.01%94.51%-
XYZ42.5868.5714.36-
YUV188.7751.3891.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 241 (94.53% from 255) = 55.79%
BLUE value IS 53 (21.09% from 255) = 12.27%
R=31.94%
G=55.79%
B=12.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138241530.4300.780.0592.8787.0457.65
Hex8AF1352B04E55d573a
Octal21236165530116513512772
Binary10001010111100011101011010110100111010110111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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