Html Css Color HEX #90D29F Chinook

📋 copy color: '#90D29F'

red 144 ◦ green 210 ◦ blue 159

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

Shades of Chinook #90D29F

Tints of Chinook #90D29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

 BLUE value IS 159 (62.5% from 255) = 30.99%

R = 28.07%
G = 40.94%
B = 30.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#90D29F (or 0x90D29F) is known color: Chinook. HEX triplet: 90, D2 and 9F. RGB value is (144,210,159). Sum of RGB (Red+Green+Blue) = 144+210+159=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #90D29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D29F is #6F2D60. Grayscale: #B8B8B8. Windows color (decimal): -7286113 or 10474128. OLE color: 10474128.

HSL color Cylindrical-coordinate representation of color #90D29F: hue angle of 133.64º 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 #90D29F is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 210 159 -
CMYK 0.31 0 0.24 0.18
HSL 133.64º 0.42% 0.69% -
HSV(B) 133.64º 0.31% 0.82% -
XYZ 40.81 54.53 41.17 -
YUV 184.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 144 210 159 0.31 0 0.24 0.18 133.64 0.42 0.69
Hex 90 D2 9F 1F 0 18 12 86 2A 45
Octal 220 322 237 37 0 30 22 206 52 105
Binary 10010000 11010010 10011111 11111 0 11000 10010 10000110 101010 1000101

Color Harmonies of #90D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D29F

Black with #90D29F

Text Example


Text Example

White with #90D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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