#91F14F

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

Shades of Conifer #91F14F

Tints of Conifer #91F14F

Color information

#91F14F (or 0x91F14F) is unknown color: approx Conifer. HEX triplet: 91, F1 and 4F. RGB value is (145,241,79). Sum of RGB (Red+Green+Blue) = 145+241+79=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #91F14F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91F14F is #6E0EB0. Grayscale: #C2C2C2. Windows color (decimal): -7212721 or 5239185. OLE color: 5239185.

HSL color Cylindrical-coordinate representation of color #91F14F: hue angle of 95.56º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91F14F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB14524179-
CMYK0.4000.670.05
HSL95.56º85.26%62.75%-
HSV(B)95.56º67.22%94.51%-
XYZ44.5469.4918.46-
YUV193.8363.293.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 241 (94.53% from 255) = 51.83%
BLUE value IS 79 (31.25% from 255) = 16.99%
R=31.18%
G=51.83%
B=16.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal145241790.4000.670.0595.5685.2662.75
Hex91F14F28043560553f
Octal221361117500103514012577
Binary100100011111000110011111010000100001110111000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91F14F; }

 p { color: rgb(145,241,79); }

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

<style>
 a { background-color: #91F14F; }

 a { background-color: rgb(145,241,79); }

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

<style>
 span { border-color: #91F14F; }

 span { border-color: rgb(145,241,79); }

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