Html Css Color HEX #94CC9D Chinook

📋 copy color: '#94CC9D'

red 148 ◦ green 204 ◦ blue 157

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

Shades of Chinook #94CC9D

Tints of Chinook #94CC9D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 157 (61.72% from 255) = 30.84%

R = 29.08%
G = 40.08%
B = 30.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#94CC9D (or 0x94CC9D) is known color: Chinook. HEX triplet: 94, CC and 9D. RGB value is (148,204,157). Sum of RGB (Red+Green+Blue) = 148+204+157=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC9D is #6B3362. Grayscale: #B6B6B6. Windows color (decimal): -7025507 or 10341524. OLE color: 10341524.

HSL color Cylindrical-coordinate representation of color #94CC9D: hue angle of 129.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CC9D is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 157 -
CMYK 0.27 0 0.23 0.2
HSL 129.64º 0.35% 0.69% -
HSV(B) 129.64º 0.27% 0.8% -
XYZ 39.89 51.92 39.82 -
YUV 181.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 148 204 157 0.27 0 0.23 0.2 129.64 0.35 0.69
Hex 94 CC 9D 1B 0 17 14 82 23 45
Octal 224 314 235 33 0 27 24 202 43 105
Binary 10010100 11001100 10011101 11011 0 10111 10100 10000010 100011 1000101

Color Harmonies of #94CC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC9D

Black with #94CC9D

Text Example


Text Example

White with #94CC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,204,157); }

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

background-color css

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

 a { background-color: rgb(148,204,157); }

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

border-color css

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

 span { border-color: rgb(148,204,157); }

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