Html Css Color HEX #90CF9A Chinook

📋 copy color: '#90CF9A'

red 144 ◦ green 207 ◦ blue 154

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

Shades of Chinook #90CF9A

Tints of Chinook #90CF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 28.51%
G = 40.99%
B = 30.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#90CF9A (or 0x90CF9A) is known color: Chinook. HEX triplet: 90, CF and 9A. RGB value is (144,207,154). Sum of RGB (Red+Green+Blue) = 144+207+154=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF9A is #6F3065. Grayscale: #B6B6B6. Windows color (decimal): -7286886 or 10145680. OLE color: 10145680.

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

Color convert

RGB 144 207 154 -
CMYK 0.30 0 0.26 0.19
HSL 129.52º 0.4% 0.69% -
HSV(B) 129.52º 0.3% 0.81% -
XYZ 39.65 52.89 38.69 -
YUV 182.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 144 207 154 0.30 0 0.26 0.19 129.52 0.4 0.69
Hex 90 CF 9A 1E 0 1A 13 82 28 45
Octal 220 317 232 36 0 32 23 202 50 105
Binary 10010000 11001111 10011010 11110 0 11010 10011 10000010 101000 1000101

Color Harmonies of #90CF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF9A

Black with #90CF9A

Text Example


Text Example

White with #90CF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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