Html Css Color HEX #90FCA2 Pale Green

📋 copy color: '#90FCA2'

red 144 ◦ green 252 ◦ blue 162

#90FCA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #90FCA2

Tints of Pale Green #90FCA2

RGB

 RED value IS 144 (56.64% from 255) = 25.81%

 GREEN value IS 252 (98.83% from 255) = 45.16%

 BLUE value IS 162 (63.67% from 255) = 29.03%

R = 25.81%
G = 45.16%
B = 29.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#90FCA2 (or 0x90FCA2) is known color: Pale Green. HEX triplet: 90, FC and A2. RGB value is (144,252,162). Sum of RGB (Red+Green+Blue) = 144+252+162=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FCA2 is #6F035D. Grayscale: #D1D1D1. Windows color (decimal): -7275358 or 10681488. OLE color: 10681488.

HSL color Cylindrical-coordinate representation of color #90FCA2: hue angle of 130º 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 #90FCA2 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 252 162 -
CMYK 0.43 0 0.36 0.01
HSL 130º 0.95% 0.78% -
HSV(B) 130º 0.43% 0.99% -
XYZ 52.83 78.16 46.48 -
YUV 209.45 101.22 81.32 -
System Red Green Blue C M Y K H S L
Decimal 144 252 162 0.43 0 0.36 0.01 130 0.95 0.78
Hex 90 FC A2 2B 0 24 1 82 5F 4E
Octal 220 374 242 53 0 44 1 202 137 116
Binary 10010000 11111100 10100010 101011 0 100100 1 10000010 1011111 1001110

Color Harmonies of #90FCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FCA2

Black with #90FCA2

Text Example


Text Example

White with #90FCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90FCA2;
 }
 .AnyTagClassName
 {
   color: #90FCA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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