#90CC95

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

Shades of De York #90CC95

Tints of De York #90CC95

Color information

#90CC95 (or 0x90CC95) is unknown color: approx De York. HEX triplet: 90, CC and 95. RGB value is (144,204,149). Sum of RGB (Red+Green+Blue) = 144+204+149=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CC95 is #6F336A. Grayscale: #B3B3B3. Windows color (decimal): -7287659 or 9817232. OLE color: 9817232.

HSL color Cylindrical-coordinate representation of color #90CC95: hue angle of 125º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CC95 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB144204149-
CMYK0.2900.270.2
HSL125º37.04%68.24%-
HSV(B)125º29.41%80%-
XYZ38.5251.2836.3-
YUV179.79110.62102.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.97%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=28.97%
G=41.05%
B=29.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1442041490.2900.270.212537.0468.24
Hex90CC951D01B147d2544
Octal220314225350332417545104
Binary100100001100110010010101111010110111010011111011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,204,149); }

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

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

 a { background-color: rgb(144,204,149); }

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

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

 span { border-color: rgb(144,204,149); }

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