#94F25F

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

Shades of Conifer #94F25F

Tints of Conifer #94F25F

Color information

#94F25F (or 0x94F25F) is unknown color: approx Conifer. HEX triplet: 94, F2 and 5F. RGB value is (148,242,95). Sum of RGB (Red+Green+Blue) = 148+242+95=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #94F25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F25F is #6B0DA0. Grayscale: #C5C5C5. Windows color (decimal): -7015841 or 6288020. OLE color: 6288020.

HSL color Cylindrical-coordinate representation of color #94F25F: hue angle of 98.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94F25F is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB14824295-
CMYK0.3900.610.05
HSL98.37º84.97%66.08%-
HSV(B)98.37º60.74%94.9%-
XYZ46.0370.6322.03-
YUV197.1470.3692.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 242 (94.92% from 255) = 49.90%
BLUE value IS 95 (37.5% from 255) = 19.59%
R=30.52%
G=49.90%
B=19.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148242950.3900.610.0598.3784.9766.08
Hex94F25F2703D5625542
Octal224362137470755142125102
Binary100101001111001010111111001110111101101110001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F25F; }

 p { color: rgb(148,242,95); }

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

<style>
 a { background-color: #94F25F; }

 a { background-color: rgb(148,242,95); }

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

<style>
 span { border-color: #94F25F; }

 span { border-color: rgb(148,242,95); }

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