#90F15D

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

Shades of Conifer #90F15D

Tints of Conifer #90F15D

Color information

#90F15D (or 0x90F15D) is unknown color: approx Conifer. HEX triplet: 90, F1 and 5D. RGB value is (144,241,93). Sum of RGB (Red+Green+Blue) = 144+241+93=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #90F15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F15D is #6F0EA2. Grayscale: #C3C3C3. Windows color (decimal): -7278243 or 6156688. OLE color: 6156688.

HSL color Cylindrical-coordinate representation of color #90F15D: hue angle of 99.32º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90F15D is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB14424193-
CMYK0.4000.610.05
HSL99.32º84.09%65.49%-
HSV(B)99.32º61.41%94.51%-
XYZ44.9369.6321.43-
YUV195.1270.3691.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 241 (94.53% from 255) = 50.42%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=30.13%
G=50.42%
B=19.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal144241930.4000.610.0599.3284.0965.49
Hex90F15D2803D5635441
Octal220361135500755143124101
Binary100100001111000110111011010000111101101110001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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