Html Css Color HEX #90D29B Chinook

📋 copy color: '#90D29B'

red 144 ◦ green 210 ◦ blue 155

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

Shades of Chinook #90D29B

Tints of Chinook #90D29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 28.29%
G = 41.26%
B = 30.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#90D29B (or 0x90D29B) is known color: Chinook. HEX triplet: 90, D2 and 9B. RGB value is (144,210,155). Sum of RGB (Red+Green+Blue) = 144+210+155=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #90D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D29B is #6F2D64. Grayscale: #B8B8B8. Windows color (decimal): -7286117 or 10211984. OLE color: 10211984.

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

Color convert

RGB 144 210 155 -
CMYK 0.31 0 0.26 0.18
HSL 130º 0.42% 0.69% -
HSV(B) 130º 0.31% 0.82% -
XYZ 40.46 54.39 39.38 -
YUV 184 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 144 210 155 0.31 0 0.26 0.18 130 0.42 0.69
Hex 90 D2 9B 1F 0 1A 12 82 2A 45
Octal 220 322 233 37 0 32 22 202 52 105
Binary 10010000 11010010 10011011 11111 0 11010 10010 10000010 101010 1000101

Color Harmonies of #90D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D29B

Black with #90D29B

Text Example


Text Example

White with #90D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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