#8FCA1E

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

Shades of Yellow Green #8FCA1E

Tints of Yellow Green #8FCA1E

Color information

#8FCA1E (or 0x8FCA1E) is unknown color: approx Yellow Green. HEX triplet: 8F, CA and 1E. RGB value is (143,202,30). Sum of RGB (Red+Green+Blue) = 143+202+30=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCA1E is #7035E1. Grayscale: #A5A5A5. Windows color (decimal): -7353826 or 2017935. OLE color: 2017935.

HSL color Cylindrical-coordinate representation of color #8FCA1E: hue angle of 80.58º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FCA1E is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB14320230-
CMYK0.2900.850.21
HSL80.58º74.14%45.49%-
HSV(B)80.58º85.15%79.22%-
XYZ32.6848.178.8-
YUV164.7551.95112.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 30 (12.11% from 255) = 8%
R=38.13%
G=53.87%
B=8%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143202300.2900.850.2180.5874.1445.49
Hex8FCA1E1D05515514a2d
Octal217312363501252512111255
Binary10001111110010101111011101010101011010110100011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,30); }

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

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

 a { background-color: rgb(143,202,30); }

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

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

 span { border-color: rgb(143,202,30); }

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