#90FCA6

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

Shades of Pale Green #90FCA6

Tints of Pale Green #90FCA6

Color information

#90FCA6 (or 0x90FCA6) is unknown color: approx Pale Green. HEX triplet: 90, FC and A6. RGB value is (144,252,166). Sum of RGB (Red+Green+Blue) = 144+252+166=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FCA6 is #6F0359. Grayscale: #D2D2D2. Windows color (decimal): -7275354 or 10943632. OLE color: 10943632.

HSL color Cylindrical-coordinate representation of color #90FCA6: hue angle of 132.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCA6 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB144252166-
CMYK0.4300.340.01
HSL132.22º94.74%77.65%-
HSV(B)132.22º42.86%98.82%-
XYZ53.1978.348.39-
YUV209.9103.2280.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.62%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=25.62%
G=44.84%
B=29.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442521660.4300.340.01132.2294.7477.65
Hex90FCA62B0221845f4e
Octal220374246530421204137116
Binary100100001111110010100110101011010001011000010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,252,166); }

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

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

 a { background-color: rgb(144,252,166); }

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

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

 span { border-color: rgb(144,252,166); }

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