#90F75C

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

Shades of Conifer #90F75C

Tints of Conifer #90F75C

Color information

#90F75C (or 0x90F75C) is unknown color: approx Conifer. HEX triplet: 90, F7 and 5C. RGB value is (144,247,92). Sum of RGB (Red+Green+Blue) = 144+247+92=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #90F75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F75C is #6F08A3. Grayscale: #C7C7C7. Windows color (decimal): -7276708 or 6092688. OLE color: 6092688.

HSL color Cylindrical-coordinate representation of color #90F75C: hue angle of 99.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90F75C is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB14424792-
CMYK0.4200.630.03
HSL99.87º90.64%66.47%-
HSV(B)99.87º62.75%96.86%-
XYZ46.6973.2221.8-
YUV198.5367.8889.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 247 (96.88% from 255) = 51.14%
BLUE value IS 92 (36.33% from 255) = 19.05%
R=29.81%
G=51.14%
B=19.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal144247920.4200.630.0399.8790.6466.47
Hex90F75C2A03F3645b42
Octal220367134520773144133102
Binary10010000111101111011100101010011111111110010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,247,92); }

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

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

 a { background-color: rgb(144,247,92); }

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

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

 span { border-color: rgb(144,247,92); }

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