#90D296

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

Shades of De York #90D296

Tints of De York #90D296

Color information

#90D296 (or 0x90D296) is unknown color: approx De York. HEX triplet: 90, D2 and 96. RGB value is (144,210,150). Sum of RGB (Red+Green+Blue) = 144+210+150=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #90D296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D296 is #6F2D69. Grayscale: #B7B7B7. Windows color (decimal): -7286122 or 9884304. OLE color: 9884304.

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

Color convert

RGB144210150-
CMYK0.3100.290.18
HSL125.45º42.31%69.41%-
HSV(B)125.45º31.43%82.35%-
XYZ40.0554.2237.21-
YUV183.43109.1399.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=28.57%
G=41.67%
B=29.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442101500.3100.290.18125.4542.3169.41
Hex90D2961F01D127d2a45
Octal220322226370352217552105
Binary100100001101001010010110111110111011001011111011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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