#90BFA1

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

Shades of Summer Green #90BFA1

Tints of Summer Green #90BFA1

Color information

#90BFA1 (or 0x90BFA1) is unknown color: approx Summer Green. HEX triplet: 90, BF and A1. RGB value is (144,191,161). Sum of RGB (Red+Green+Blue) = 144+191+161=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BFA1 is #6F405E. Grayscale: #ADADAD. Windows color (decimal): -7290975 or 10600336. OLE color: 10600336.

HSL color Cylindrical-coordinate representation of color #90BFA1: hue angle of 141.7º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BFA1 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB144191161-
CMYK0.2500.160.25
HSL141.7º26.86%65.69%-
HSV(B)141.7º24.61%74.9%-
XYZ36.5745.7640.62-
YUV173.53120.93106.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=29.03%
G=38.51%
B=32.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911610.2500.160.25141.726.8665.69
Hex90BFA119010198e1b42
Octal220277241310203121633102
Binary100100001011111110100001110010100001100110001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,191,161); }

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

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

 a { background-color: rgb(144,191,161); }

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

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

 span { border-color: rgb(144,191,161); }

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