#90CF8A

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

Shades of De York #90CF8A

Tints of De York #90CF8A

Color information

#90CF8A (or 0x90CF8A) is unknown color: approx De York. HEX triplet: 90, CF and 8A. RGB value is (144,207,138). Sum of RGB (Red+Green+Blue) = 144+207+138=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF8A is #6F3075. Grayscale: #B4B4B4. Windows color (decimal): -7286902 or 9097104. OLE color: 9097104.

HSL color Cylindrical-coordinate representation of color #90CF8A: hue angle of 114.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CF8A is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB144207138-
CMYK0.3000.330.19
HSL114.78º41.82%67.65%-
HSV(B)114.78º33.33%81.18%-
XYZ38.452.3932.13-
YUV180.3104.13102.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=29.45%
G=42.33%
B=28.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442071380.3000.330.19114.7841.8267.65
Hex90CF8A1E02113732a44
Octal220317212360412316352104
Binary1001000011001111100010101111001000011001111100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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