Html Css Color HEX #90D48A De York

📋 copy color: '#90D48A'

red 144 ◦ green 212 ◦ blue 138

#90D48A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #90D48A

Tints of De York #90D48A

RGB

 RED value IS 144 (56.64% from 255) = 29.15%

 GREEN value IS 212 (83.2% from 255) = 42.91%

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 29.15%
G = 42.91%
B = 27.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#90D48A (or 0x90D48A) is known color: De York. HEX triplet: 90, D4 and 8A. RGB value is (144,212,138). Sum of RGB (Red+Green+Blue) = 144+212+138=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #90D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D48A is #6F2B75. Grayscale: #B7B7B7. Windows color (decimal): -7285622 or 9098384. OLE color: 9098384.

HSL color Cylindrical-coordinate representation of color #90D48A: hue angle of 115.14º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90D48A is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 212 138 -
CMYK 0.32 0 0.35 0.17
HSL 115.14º 0.46% 0.69% -
HSV(B) 115.14º 0.35% 0.83% -
XYZ 39.63 54.85 32.54 -
YUV 183.23 102.47 100.02 -
System Red Green Blue C M Y K H S L
Decimal 144 212 138 0.32 0 0.35 0.17 115.14 0.46 0.69
Hex 90 D4 8A 20 0 23 11 73 2E 45
Octal 220 324 212 40 0 43 21 163 56 105
Binary 10010000 11010100 10001010 100000 0 100011 10001 1110011 101110 1000101

Color Harmonies of #90D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D48A

Black with #90D48A

Text Example


Text Example

White with #90D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90D48A;
 }
 .AnyTagClassName
 {
   color: #90D48A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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