#90F26D

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

Shades of Pastel Green #90F26D

Tints of Pastel Green #90F26D

Color information

#90F26D (or 0x90F26D) is unknown color: approx Pastel Green. HEX triplet: 90, F2 and 6D. RGB value is (144,242,109). Sum of RGB (Red+Green+Blue) = 144+242+109=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #90F26D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F26D is #6F0D92. Grayscale: #C5C5C5. Windows color (decimal): -7277971 or 7205520. OLE color: 7205520.

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

Color convert

RGB144242109-
CMYK0.4000.550.05
HSL104.21º83.65%68.82%-
HSV(B)104.21º54.96%94.9%-
XYZ46.0170.5425.66-
YUV197.5478.0389.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=29.09%
G=48.89%
B=22.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442421090.4000.550.05104.2183.6568.82
Hex90F26D280375685445
Octal220362155500675150124105
Binary100100001111001011011011010000110111101110100010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,242,109); }

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

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

 a { background-color: rgb(144,242,109); }

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

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

 span { border-color: rgb(144,242,109); }

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