#90F955

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

Shades of Conifer #90F955

Tints of Conifer #90F955

Color information

#90F955 (or 0x90F955) is unknown color: approx Conifer. HEX triplet: 90, F9 and 55. RGB value is (144,249,85). Sum of RGB (Red+Green+Blue) = 144+249+85=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #90F955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F955 is #6F06AA. Grayscale: #C7C7C7. Windows color (decimal): -7276203 or 5634448. OLE color: 5634448.

HSL color Cylindrical-coordinate representation of color #90F955: hue angle of 98.41º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90F955 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB14424985-
CMYK0.4200.660.02
HSL98.41º93.18%65.49%-
HSV(B)98.41º65.86%97.65%-
XYZ47.0274.3420.46-
YUV198.9163.7188.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 249 (97.66% from 255) = 52.09%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=30.13%
G=52.09%
B=17.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144249850.4200.660.0298.4193.1865.49
Hex90F9552A0422625d41
Octal2203711255201022142135101
Binary100100001111100110101011010100100001010110001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,249,85); }

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

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

 a { background-color: rgb(144,249,85); }

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

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

 span { border-color: rgb(144,249,85); }

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