Html Css Color HEX #94CC9A Chinook

📋 copy color: '#94CC9A'

red 148 ◦ green 204 ◦ blue 154

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

Shades of Chinook #94CC9A

Tints of Chinook #94CC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 29.25%
G = 40.32%
B = 30.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#94CC9A (or 0x94CC9A) is known color: Chinook. HEX triplet: 94, CC and 9A. RGB value is (148,204,154). Sum of RGB (Red+Green+Blue) = 148+204+154=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC9A is #6B3365. Grayscale: #B5B5B5. Windows color (decimal): -7025510 or 10144916. OLE color: 10144916.

HSL color Cylindrical-coordinate representation of color #94CC9A: hue angle of 126.43º 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 #94CC9A is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 154 -
CMYK 0.27 0 0.25 0.2
HSL 126.43º 0.35% 0.69% -
HSV(B) 126.43º 0.27% 0.8% -
XYZ 39.64 51.81 38.48 -
YUV 181.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 148 204 154 0.27 0 0.25 0.2 126.43 0.35 0.69
Hex 94 CC 9A 1B 0 19 14 7E 23 45
Octal 224 314 232 33 0 31 24 176 43 105
Binary 10010100 11001100 10011010 11011 0 11001 10100 1111110 100011 1000101

Color Harmonies of #94CC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC9A

Black with #94CC9A

Text Example


Text Example

White with #94CC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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