#90D28A

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

Shades of De York #90D28A

Tints of De York #90D28A

Color information

#90D28A (or 0x90D28A) is unknown color: approx De York. HEX triplet: 90, D2 and 8A. RGB value is (144,210,138). Sum of RGB (Red+Green+Blue) = 144+210+138=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #90D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D28A is #6F2D75. Grayscale: #B6B6B6. Windows color (decimal): -7286134 or 9097872. OLE color: 9097872.

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

Color convert

RGB144210138-
CMYK0.3100.340.18
HSL115º44.44%68.24%-
HSV(B)115º34.29%82.35%-
XYZ39.1453.8632.38-
YUV182.06103.13100.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 210 (82.42% from 255) = 42.68%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=29.27%
G=42.68%
B=28.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442101380.3100.340.1811544.4468.24
Hex90D28A1F02212732c44
Octal220322212370422216354104
Binary1001000011010010100010101111101000101001011100111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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