Html Css Color HEX #9DE4AF Chinook

📋 copy color: '#9DE4AF'

red 157 ◦ green 228 ◦ blue 175

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

Shades of Chinook #9DE4AF

Tints of Chinook #9DE4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.71%

 BLUE value IS 175 (68.75% from 255) = 31.25%

R = 28.04%
G = 40.71%
B = 31.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#9DE4AF (or 0x9DE4AF) is known color: Chinook. HEX triplet: 9D, E4 and AF. RGB value is (157,228,175). Sum of RGB (Red+Green+Blue) = 157+228+175=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE4AF is #621B50. Grayscale: #C8C8C8. Windows color (decimal): -6429521 or 11527325. OLE color: 11527325.

HSL color Cylindrical-coordinate representation of color #9DE4AF: hue angle of 135.21º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4AF is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 157 228 175 -
CMYK 0.31 0 0.23 0.11
HSL 135.21º 0.57% 0.75% -
HSV(B) 135.21º 0.31% 0.89% -
XYZ 49.39 65.75 50.65 -
YUV 200.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 157 228 175 0.31 0 0.23 0.11 135.21 0.57 0.75
Hex 9D E4 AF 1F 0 17 B 87 39 4B
Octal 235 344 257 37 0 27 13 207 71 113
Binary 10011101 11100100 10101111 11111 0 10111 1011 10000111 111001 1001011

Color Harmonies of #9DE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE4AF

Black with #9DE4AF

Text Example


Text Example

White with #9DE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,228,175); }

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

background-color css

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

 a { background-color: rgb(157,228,175); }

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

border-color css

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

 span { border-color: rgb(157,228,175); }

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