#8AFC3D

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

Shades of Green Yellow #8AFC3D

Tints of Green Yellow #8AFC3D

Color information

#8AFC3D (or 0x8AFC3D) is unknown color: approx Green Yellow. HEX triplet: 8A, FC and 3D. RGB value is (138,252,61). Sum of RGB (Red+Green+Blue) = 138+252+61=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 252 (98.83% from 255 or 55.88% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFC3D is #7503C2. Grayscale: #C4C4C4. Windows color (decimal): -7668675 or 4062346. OLE color: 4062346.

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

Color convert

RGB13825261-
CMYK0.4500.760.01
HSL95.81º96.95%61.37%-
HSV(B)95.81º75.79%98.82%-
XYZ46.1375.3616.53-
YUV196.1451.7386.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 252 (98.83% from 255) = 55.88%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=30.60%
G=55.88%
B=13.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138252610.4500.760.0195.8196.9561.37
Hex8AFC3D2D04C160613d
Octal21237475550114114014175
Binary100010101111110011110110110101001100111000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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