Html Css Color HEX #9ADC9E Chinook

📋 copy color: '#9ADC9E'

red 154 ◦ green 220 ◦ blue 158

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

Shades of Chinook #9ADC9E

Tints of Chinook #9ADC9E

RGB

 RED value IS 154 (60.55% from 255) = 28.95%

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 158 (62.11% from 255) = 29.7%

R = 28.95%
G = 41.35%
B = 29.7%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#9ADC9E (or 0x9ADC9E) is known color: Chinook. HEX triplet: 9A, DC and 9E. RGB value is (154,220,158). Sum of RGB (Red+Green+Blue) = 154+220+158=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADC9E is #652361. Grayscale: #C1C1C1. Windows color (decimal): -6628194 or 10411162. OLE color: 10411162.

HSL color Cylindrical-coordinate representation of color #9ADC9E: hue angle of 123.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADC9E is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 158 -
CMYK 0.3 0 0.28 0.14
HSL 123.64º 0.49% 0.73% -
HSV(B) 123.64º 0.3% 0.86% -
XYZ 45.09 60.53 41.65 -
YUV 193.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 154 220 158 0.3 0 0.28 0.14 123.64 0.49 0.73
Hex 9A DC 9E 1E 0 1C E 7C 31 49
Octal 232 334 236 36 0 34 16 174 61 111
Binary 10011010 11011100 10011110 11110 0 11100 1110 1111100 110001 1001001

Color Harmonies of #9ADC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC9E

Black with #9ADC9E

Text Example


Text Example

White with #9ADC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADC9E; }

 p { color: rgb(154,220,158); }

 H1.HeaderClassName
 {
   color: #9ADC9E;
 }
 .AnyTagClassName
 {
   color: #9ADC9E;
 }
</style>

background-color css

<style>
 a { background-color: #9ADC9E; }

 a { background-color: rgb(154,220,158); }

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

border-color css

<style>
 span { border-color: #9ADC9E; }

 span { border-color: rgb(154,220,158); }

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