#8CF354

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

Shades of Conifer #8CF354

Tints of Conifer #8CF354

Color information

#8CF354 (or 0x8CF354) is unknown color: approx Conifer. HEX triplet: 8C, F3 and 54. RGB value is (140,243,84). Sum of RGB (Red+Green+Blue) = 140+243+84=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF354 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF354 is #730CAB. Grayscale: #C2C2C2. Windows color (decimal): -7539884 or 5567372. OLE color: 5567372.

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

Color convert

RGB14024384-
CMYK0.4200.650.05
HSL98.87º86.89%64.12%-
HSV(B)98.87º65.43%95.29%-
XYZ44.4770.3219.62-
YUV194.0865.8889.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.98%
GREEN value IS 243 (95.31% from 255) = 52.03%
BLUE value IS 84 (33.20% from 255) = 17.99%
R=29.98%
G=52.03%
B=17.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140243840.4200.650.0598.8786.8964.12
Hex8CF3542A0415635740
Octal2143631245201015143127100
Binary1000110011110011101010010101001000001101110001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,243,84); }

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

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

 a { background-color: rgb(140,243,84); }

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

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

 span { border-color: rgb(140,243,84); }

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