Html Css Color HEX #9DE1A5 Chinook

📋 copy color: '#9DE1A5'

red 157 ◦ green 225 ◦ blue 165

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

Shades of Chinook #9DE1A5

Tints of Chinook #9DE1A5

RGB

 RED value IS 157 (61.72% from 255) = 28.7%

 GREEN value IS 225 (88.28% from 255) = 41.13%

 BLUE value IS 165 (64.84% from 255) = 30.16%

R = 28.7%
G = 41.13%
B = 30.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#9DE1A5 (or 0x9DE1A5) is known color: Chinook. HEX triplet: 9D, E1 and A5. RGB value is (157,225,165). Sum of RGB (Red+Green+Blue) = 157+225+165=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE1A5 is #621E5A. Grayscale: #C6C6C6. Windows color (decimal): -6430299 or 10871197. OLE color: 10871197.

HSL color Cylindrical-coordinate representation of color #9DE1A5: hue angle of 127.06º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1A5 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 225 165 -
CMYK 0.30 0 0.27 0.12
HSL 127.06º 0.53% 0.75% -
HSV(B) 127.06º 0.3% 0.88% -
XYZ 47.62 63.74 45.39 -
YUV 197.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 157 225 165 0.30 0 0.27 0.12 127.06 0.53 0.75
Hex 9D E1 A5 1E 0 1B C 7F 35 4B
Octal 235 341 245 36 0 33 14 177 65 113
Binary 10011101 11100001 10100101 11110 0 11011 1100 1111111 110101 1001011

Color Harmonies of #9DE1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1A5

Black with #9DE1A5

Text Example


Text Example

White with #9DE1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,225,165); }

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

background-color css

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

 a { background-color: rgb(157,225,165); }

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

border-color css

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

 span { border-color: rgb(157,225,165); }

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