Html Css Color HEX #99D4A5 Chinook

📋 copy color: '#99D4A5'

red 153 ◦ green 212 ◦ blue 165

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

Shades of Chinook #99D4A5

Tints of Chinook #99D4A5

RGB

 RED value IS 153 (60.16% from 255) = 28.87%

 GREEN value IS 212 (83.2% from 255) = 40%

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

R = 28.87%
G = 40%
B = 31.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#99D4A5 (or 0x99D4A5) is known color: Chinook. HEX triplet: 99, D4 and A5. RGB value is (153,212,165). Sum of RGB (Red+Green+Blue) = 153+212+165=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D4A5 is #662B5A. Grayscale: #BDBDBD. Windows color (decimal): -6695771 or 10867865. OLE color: 10867865.

HSL color Cylindrical-coordinate representation of color #99D4A5: hue angle of 132.2º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4A5 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 212 165 -
CMYK 0.28 0 0.22 0.17
HSL 132.2º 0.41% 0.72% -
HSV(B) 132.2º 0.28% 0.83% -
XYZ 43.47 56.58 44.23 -
YUV 189 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 153 212 165 0.28 0 0.22 0.17 132.2 0.41 0.72
Hex 99 D4 A5 1C 0 16 11 84 29 48
Octal 231 324 245 34 0 26 21 204 51 110
Binary 10011001 11010100 10100101 11100 0 10110 10001 10000100 101001 1001000

Color Harmonies of #99D4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D4A5

Black with #99D4A5

Text Example


Text Example

White with #99D4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D4A5; }

 p { color: rgb(153,212,165); }

 H1.HeaderClassName
 {
   color: #99D4A5;
 }
 .AnyTagClassName
 {
   color: #99D4A5;
 }
</style>

background-color css

<style>
 a { background-color: #99D4A5; }

 a { background-color: rgb(153,212,165); }

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

border-color css

<style>
 span { border-color: #99D4A5; }

 span { border-color: rgb(153,212,165); }

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