Html Css Color HEX #94D5A5 Chinook

📋 copy color: '#94D5A5'

red 148 ◦ green 213 ◦ blue 165

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

Shades of Chinook #94D5A5

Tints of Chinook #94D5A5

RGB

 RED value IS 148 (58.2% from 255) = 28.14%

 GREEN value IS 213 (83.59% from 255) = 40.49%

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

R = 28.14%
G = 40.49%
B = 31.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#94D5A5 (or 0x94D5A5) is known color: Chinook. HEX triplet: 94, D5 and A5. RGB value is (148,213,165). Sum of RGB (Red+Green+Blue) = 148+213+165=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #94D5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D5A5 is #6B2A5A. Grayscale: #BCBCBC. Windows color (decimal): -7023195 or 10868116. OLE color: 10868116.

HSL color Cylindrical-coordinate representation of color #94D5A5: hue angle of 135.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D5A5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 213 165 -
CMYK 0.31 0 0.23 0.16
HSL 135.69º 0.44% 0.71% -
HSV(B) 135.69º 0.31% 0.84% -
XYZ 42.8 56.6 44.27 -
YUV 188.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 148 213 165 0.31 0 0.23 0.16 135.69 0.44 0.71
Hex 94 D5 A5 1F 0 17 10 88 2C 47
Octal 224 325 245 37 0 27 20 210 54 107
Binary 10010100 11010101 10100101 11111 0 10111 10000 10001000 101100 1000111

Color Harmonies of #94D5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D5A5

Black with #94D5A5

Text Example


Text Example

White with #94D5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D5A5; }

 p { color: rgb(148,213,165); }

 H1.HeaderClassName
 {
   color: #94D5A5;
 }
 .AnyTagClassName
 {
   color: #94D5A5;
 }
</style>

background-color css

<style>
 a { background-color: #94D5A5; }

 a { background-color: rgb(148,213,165); }

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

border-color css

<style>
 span { border-color: #94D5A5; }

 span { border-color: rgb(148,213,165); }

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