#90F267

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

Shades of Pastel Green #90F267

Tints of Pastel Green #90F267

Color information

#90F267 (or 0x90F267) is unknown color: approx Pastel Green. HEX triplet: 90, F2 and 67. RGB value is (144,242,103). Sum of RGB (Red+Green+Blue) = 144+242+103=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #90F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F267 is #6F0D98. Grayscale: #C5C5C5. Windows color (decimal): -7277977 or 6812304. OLE color: 6812304.

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

Color convert

RGB144242103-
CMYK0.4000.570.05
HSL102.3º84.24%67.65%-
HSV(B)102.3º57.44%94.9%-
XYZ45.770.4124.01-
YUV196.8575.0390.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 242 (94.92% from 255) = 49.49%
BLUE value IS 103 (40.62% from 255) = 21.06%
R=29.45%
G=49.49%
B=21.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442421030.4000.570.05102.384.2467.65
Hex90F267280395665444
Octal220362147500715146124104
Binary100100001111001011001111010000111001101110011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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