Html Css Color HEX #90CF9B Chinook

📋 copy color: '#90CF9B'

red 144 ◦ green 207 ◦ blue 155

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

Shades of Chinook #90CF9B

Tints of Chinook #90CF9B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.91%

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

R = 28.46%
G = 40.91%
B = 30.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#90CF9B (or 0x90CF9B) is known color: Chinook. HEX triplet: 90, CF and 9B. RGB value is (144,207,155). Sum of RGB (Red+Green+Blue) = 144+207+155=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF9B is #6F3064. Grayscale: #B6B6B6. Windows color (decimal): -7286885 or 10211216. OLE color: 10211216.

HSL color Cylindrical-coordinate representation of color #90CF9B: hue angle of 130.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CF9B is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 207 155 -
CMYK 0.30 0 0.25 0.19
HSL 130.48º 0.4% 0.69% -
HSV(B) 130.48º 0.3% 0.81% -
XYZ 39.73 52.92 39.13 -
YUV 182.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 144 207 155 0.30 0 0.25 0.19 130.48 0.4 0.69
Hex 90 CF 9B 1E 0 19 13 82 28 45
Octal 220 317 233 36 0 31 23 202 50 105
Binary 10010000 11001111 10011011 11110 0 11001 10011 10000010 101000 1000101

Color Harmonies of #90CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF9B

Black with #90CF9B

Text Example


Text Example

White with #90CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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