#90F164

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

Shades of Pastel Green #90F164

Tints of Pastel Green #90F164

Color information

#90F164 (or 0x90F164) is unknown color: approx Pastel Green. HEX triplet: 90, F1 and 64. RGB value is (144,241,100). Sum of RGB (Red+Green+Blue) = 144+241+100=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #90F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F164 is #6F0E9B. Grayscale: #C4C4C4. Windows color (decimal): -7278236 or 6615440. OLE color: 6615440.

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

Color convert

RGB144241100-
CMYK0.4000.590.05
HSL101.28º83.43%66.86%-
HSV(B)101.28º58.51%94.51%-
XYZ45.2669.7623.14-
YUV195.9273.8690.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=29.69%
G=49.69%
B=20.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442411000.4000.590.05101.2883.4366.86
Hex90F1642803B5655343
Octal220361144500735145123103
Binary100100001111000111001001010000111011101110010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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