Html Css Color HEX #9AD09F Chinook

📋 copy color: '#9AD09F'

red 154 ◦ green 208 ◦ blue 159

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

Shades of Chinook #9AD09F

Tints of Chinook #9AD09F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 159 (62.5% from 255) = 30.52%

R = 29.56%
G = 39.92%
B = 30.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#9AD09F (or 0x9AD09F) is known color: Chinook. HEX triplet: 9A, D0 and 9F. RGB value is (154,208,159). Sum of RGB (Red+Green+Blue) = 154+208+159=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD09F is #652F60. Grayscale: #BABABA. Windows color (decimal): -6631265 or 10473626. OLE color: 10473626.

HSL color Cylindrical-coordinate representation of color #9AD09F: hue angle of 125.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AD09F is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 159 -
CMYK 0.26 0 0.24 0.18
HSL 125.56º 0.36% 0.71% -
HSV(B) 125.56º 0.26% 0.82% -
XYZ 42.14 54.48 41.1 -
YUV 186.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 154 208 159 0.26 0 0.24 0.18 125.56 0.36 0.71
Hex 9A D0 9F 1A 0 18 12 7E 24 47
Octal 232 320 237 32 0 30 22 176 44 107
Binary 10011010 11010000 10011111 11010 0 11000 10010 1111110 100100 1000111

Color Harmonies of #9AD09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD09F

Black with #9AD09F

Text Example


Text Example

White with #9AD09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,208,159); }

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

background-color css

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

 a { background-color: rgb(154,208,159); }

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

border-color css

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

 span { border-color: rgb(154,208,159); }

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