#90D28C

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

Shades of De York #90D28C

Tints of De York #90D28C

Color information

#90D28C (or 0x90D28C) is unknown color: approx De York. HEX triplet: 90, D2 and 8C. RGB value is (144,210,140). Sum of RGB (Red+Green+Blue) = 144+210+140=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #90D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D28C is #6F2D73. Grayscale: #B6B6B6. Windows color (decimal): -7286132 or 9228944. OLE color: 9228944.

HSL color Cylindrical-coordinate representation of color #90D28C: hue angle of 116.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D28C is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB144210140-
CMYK0.3100.330.18
HSL116.57º43.75%68.63%-
HSV(B)116.57º33.33%82.35%-
XYZ39.2853.9233.15-
YUV182.29104.13100.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.15%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=29.15%
G=42.51%
B=28.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442101400.3100.330.18116.5743.7568.63
Hex90D28C1F02112752c45
Octal220322214370412216554105
Binary1001000011010010100011001111101000011001011101011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,210,140); }

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

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

 a { background-color: rgb(144,210,140); }

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

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

 span { border-color: rgb(144,210,140); }

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