Html Css Color HEX #9ADF9F Chinook

📋 copy color: '#9ADF9F'

red 154 ◦ green 223 ◦ blue 159

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

Shades of Chinook #9ADF9F

Tints of Chinook #9ADF9F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.6%

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

R = 28.73%
G = 41.6%
B = 29.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#9ADF9F (or 0x9ADF9F) is known color: Chinook. HEX triplet: 9A, DF and 9F. RGB value is (154,223,159). Sum of RGB (Red+Green+Blue) = 154+223+159=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADF9F is #652060. Grayscale: #C3C3C3. Windows color (decimal): -6627425 or 10477466. OLE color: 10477466.

HSL color Cylindrical-coordinate representation of color #9ADF9F: hue angle of 124.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADF9F is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 159 -
CMYK 0.31 0 0.29 0.13
HSL 124.35º 0.52% 0.74% -
HSV(B) 124.35º 0.31% 0.87% -
XYZ 45.97 62.15 42.37 -
YUV 195.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 154 223 159 0.31 0 0.29 0.13 124.35 0.52 0.74
Hex 9A DF 9F 1F 0 1D D 7C 34 4A
Octal 232 337 237 37 0 35 15 174 64 112
Binary 10011010 11011111 10011111 11111 0 11101 1101 1111100 110100 1001010

Color Harmonies of #9ADF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF9F

Black with #9ADF9F

Text Example


Text Example

White with #9ADF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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