#94F261

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

Shades of Conifer #94F261

Tints of Conifer #94F261

Color information

#94F261 (or 0x94F261) is unknown color: approx Conifer. HEX triplet: 94, F2 and 61. RGB value is (148,242,97). Sum of RGB (Red+Green+Blue) = 148+242+97=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #94F261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F261 is #6B0D9E. Grayscale: #C5C5C5. Windows color (decimal): -7015839 or 6419092. OLE color: 6419092.

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

Color convert

RGB14824297-
CMYK0.3900.600.05
HSL98.9º84.8%66.47%-
HSV(B)98.9º59.92%94.9%-
XYZ46.1270.6622.52-
YUV197.3671.3692.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 242 (94.92% from 255) = 49.69%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=30.39%
G=49.69%
B=19.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148242970.3900.600.0598.984.866.47
Hex94F2612703C5635542
Octal224362141470745143125102
Binary100101001111001011000011001110111100101110001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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