#90EFA4

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

Shades of Pale Green #90EFA4

Tints of Pale Green #90EFA4

Color information

#90EFA4 (or 0x90EFA4) is unknown color: approx Pale Green. HEX triplet: 90, EF and A4. RGB value is (144,239,164). Sum of RGB (Red+Green+Blue) = 144+239+164=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EFA4 is #6F105B. Grayscale: #CACACA. Windows color (decimal): -7278684 or 10809232. OLE color: 10809232.

HSL color Cylindrical-coordinate representation of color #90EFA4: hue angle of 132.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFA4 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB144239164-
CMYK0.4000.310.06
HSL132.63º74.8%75.1%-
HSV(B)132.63º39.75%93.73%-
XYZ49.0770.3446.11-
YUV202.04106.5386.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.33%
GREEN value IS 239 (93.75% from 255) = 43.69%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=26.33%
G=43.69%
B=29.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442391640.4000.310.06132.6374.875.1
Hex90EFA42801F6854b4b
Octal220357244500376205113113
Binary1001000011101111101001001010000111111101000010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,239,164); }

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

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

 a { background-color: rgb(144,239,164); }

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

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

 span { border-color: rgb(144,239,164); }

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