#90F14F

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

Shades of Conifer #90F14F

Tints of Conifer #90F14F

Color information

#90F14F (or 0x90F14F) is unknown color: approx Conifer. HEX triplet: 90, F1 and 4F. RGB value is (144,241,79). Sum of RGB (Red+Green+Blue) = 144+241+79=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #90F14F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F14F is #6F0EB0. Grayscale: #C2C2C2. Windows color (decimal): -7278257 or 5239184. OLE color: 5239184.

HSL color Cylindrical-coordinate representation of color #90F14F: hue angle of 95.93º 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 #90F14F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB14424179-
CMYK0.4000.670.05
HSL95.93º85.26%62.75%-
HSV(B)95.93º67.22%94.51%-
XYZ44.3769.418.46-
YUV193.5363.3692.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 241 (94.53% from 255) = 51.94%
BLUE value IS 79 (31.25% from 255) = 17.03%
R=31.03%
G=51.94%
B=17.03%

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
Decimal144241790.4000.670.0595.9385.2662.75
Hex90F14F28043560553f
Octal220361117500103514012577
Binary100100001111000110011111010000100001110111000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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