Html Css Color HEX #9DDBA4 Chinook

📋 copy color: '#9DDBA4'

red 157 ◦ green 219 ◦ blue 164

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

Shades of Chinook #9DDBA4

Tints of Chinook #9DDBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.56%

 BLUE value IS 164 (64.45% from 255) = 30.37%

R = 29.07%
G = 40.56%
B = 30.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#9DDBA4 (or 0x9DDBA4) is known color: Chinook. HEX triplet: 9D, DB and A4. RGB value is (157,219,164). Sum of RGB (Red+Green+Blue) = 157+219+164=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBA4 is #62245B. Grayscale: #C2C2C2. Windows color (decimal): -6431836 or 10804125. OLE color: 10804125.

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

Color convert

RGB 157 219 164 -
CMYK 0.28 0 0.25 0.14
HSL 126.77º 0.46% 0.74% -
HSV(B) 126.77º 0.28% 0.86% -
XYZ 45.94 60.51 44.38 -
YUV 194.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 157 219 164 0.28 0 0.25 0.14 126.77 0.46 0.74
Hex 9D DB A4 1C 0 19 E 7F 2E 4A
Octal 235 333 244 34 0 31 16 177 56 112
Binary 10011101 11011011 10100100 11100 0 11001 1110 1111111 101110 1001010

Color Harmonies of #9DDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBA4

Black with #9DDBA4

Text Example


Text Example

White with #9DDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,164); }

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

background-color css

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

 a { background-color: rgb(157,219,164); }

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

border-color css

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

 span { border-color: rgb(157,219,164); }

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