#8AFD45

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

Shades of Green Yellow #8AFD45

Tints of Green Yellow #8AFD45

Color information

#8AFD45 (or 0x8AFD45) is unknown color: approx Green Yellow. HEX triplet: 8A, FD and 45. RGB value is (138,253,69). Sum of RGB (Red+Green+Blue) = 138+253+69=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFD45 is #7502BA. Grayscale: #C6C6C6. Windows color (decimal): -7668411 or 4586890. OLE color: 4586890.

HSL color Cylindrical-coordinate representation of color #8AFD45: hue angle of 97.5º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AFD45 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB13825369-
CMYK0.4500.730.01
HSL97.5º97.87%63.14%-
HSV(B)97.5º72.73%99.22%-
XYZ46.6876.0817.86-
YUV197.6455.485.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30%
GREEN value IS 253 (99.22% from 255) = 55%
BLUE value IS 69 (27.34% from 255) = 15%
R=30%
G=55%
B=15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138253690.4500.730.0197.597.8763.14
Hex8AFD452D049162623f
Octal212375105550111114214277
Binary1000101011111101100010110110101001001111000101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,253,69); }

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

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

 a { background-color: rgb(138,253,69); }

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

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

 span { border-color: rgb(138,253,69); }

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