#8AF93D

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

Shades of Green Yellow #8AF93D

Tints of Green Yellow #8AF93D

Color information

#8AF93D (or 0x8AF93D) is unknown color: approx Green Yellow. HEX triplet: 8A, F9 and 3D. RGB value is (138,249,61). Sum of RGB (Red+Green+Blue) = 138+249+61=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF93D is #7506C2. Grayscale: #C3C3C3. Windows color (decimal): -7669443 or 4061578. OLE color: 4061578.

HSL color Cylindrical-coordinate representation of color #8AF93D: hue angle of 95.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AF93D is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB13824961-
CMYK0.4500.760.02
HSL95.43º94%60.78%-
HSV(B)95.43º75.5%97.65%-
XYZ45.273.4916.22-
YUV194.3852.7387.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 249 (97.66% from 255) = 55.58%
BLUE value IS 61 (24.22% from 255) = 13.62%
R=30.80%
G=55.58%
B=13.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138249610.4500.760.0295.439460.78
Hex8AF93D2D04C25f5e3d
Octal21237175550114213713675
Binary1000101011111001111101101101010011001010111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,61); }

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

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

 a { background-color: rgb(138,249,61); }

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

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

 span { border-color: rgb(138,249,61); }

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