#90F161

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

Shades of Pastel Green #90F161

Tints of Pastel Green #90F161

Color information

#90F161 (or 0x90F161) is unknown color: approx Pastel Green. HEX triplet: 90, F1 and 61. RGB value is (144,241,97). Sum of RGB (Red+Green+Blue) = 144+241+97=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #90F161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F161 is #6F0E9E. Grayscale: #C4C4C4. Windows color (decimal): -7278239 or 6418832. OLE color: 6418832.

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

Color convert

RGB14424197-
CMYK0.4000.600.05
HSL100.42º83.72%66.27%-
HSV(B)100.42º59.75%94.51%-
XYZ45.1169.722.39-
YUV195.5872.3691.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 241 (94.53% from 255) = 50%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=29.88%
G=50%
B=20.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal144241970.4000.600.05100.4283.7266.27
Hex90F1612803C5645442
Octal220361141500745144124102
Binary100100001111000111000011010000111100101110010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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