#90D48A

Color #90D48A De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #90D48A

Tints of De York #90D48A

Color information

#90D48A (or 0x90D48A) is unknown color: approx De York. HEX triplet: 90, D4 and 8A. RGB value is (144,212,138). Sum of RGB (Red+Green+Blue) = 144+212+138=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #90D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D48A is #6F2B75. Grayscale: #B7B7B7. Windows color (decimal): -7285622 or 9098384. OLE color: 9098384.

HSL color Cylindrical-coordinate representation of color #90D48A: hue angle of 115.14º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90D48A is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB144212138-
CMYK0.3200.350.17
HSL115.14º46.25%68.63%-
HSV(B)115.14º34.91%83.14%-
XYZ39.6354.8532.54-
YUV183.23102.47100.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.15%
GREEN value IS 212 (83.20% from 255) = 42.91%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=29.15%
G=42.91%
B=27.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1442121380.3200.350.17115.1446.2568.63
Hex90D48A2002311732e45
Octal220324212400432116356105
Binary10010000110101001000101010000001000111000111100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,212,138); }

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

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

 a { background-color: rgb(144,212,138); }

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

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

 span { border-color: rgb(144,212,138); }

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