#94F960

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

Shades of Conifer #94F960

Tints of Conifer #94F960

Color information

#94F960 (or 0x94F960) is unknown color: approx Conifer. HEX triplet: 94, F9 and 60. RGB value is (148,249,96). Sum of RGB (Red+Green+Blue) = 148+249+96=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #94F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F960 is #6B069F. Grayscale: #C9C9C9. Windows color (decimal): -7014048 or 6355348. OLE color: 6355348.

HSL color Cylindrical-coordinate representation of color #94F960: hue angle of 99.61º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94F960 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB14824996-
CMYK0.4100.610.02
HSL99.61º92.73%67.65%-
HSV(B)99.61º61.45%97.65%-
XYZ48.274.8922.98-
YUV201.3668.5489.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 249 (97.66% from 255) = 50.51%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=30.02%
G=50.51%
B=19.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148249960.4100.610.0299.6192.7367.65
Hex94F9602903D2645d44
Octal224371140510752144135104
Binary10010100111110011100000101001011110110110010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,249,96); }

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

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

 a { background-color: rgb(148,249,96); }

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

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

 span { border-color: rgb(148,249,96); }

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