Html Css Color HEX #94D09A Chinook

📋 copy color: '#94D09A'

red 148 ◦ green 208 ◦ blue 154

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

Shades of Chinook #94D09A

Tints of Chinook #94D09A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.78%

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

R = 29.02%
G = 40.78%
B = 30.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#94D09A (or 0x94D09A) is known color: Chinook. HEX triplet: 94, D0 and 9A. RGB value is (148,208,154). Sum of RGB (Red+Green+Blue) = 148+208+154=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #94D09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D09A is #6B2F65. Grayscale: #B8B8B8. Windows color (decimal): -7024486 or 10145940. OLE color: 10145940.

HSL color Cylindrical-coordinate representation of color #94D09A: hue angle of 126º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D09A is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 154 -
CMYK 0.29 0 0.26 0.18
HSL 126º 0.39% 0.7% -
HSV(B) 126º 0.29% 0.82% -
XYZ 40.6 53.74 38.8 -
YUV 183.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 148 208 154 0.29 0 0.26 0.18 126 0.39 0.7
Hex 94 D0 9A 1D 0 1A 12 7E 27 46
Octal 224 320 232 35 0 32 22 176 47 106
Binary 10010100 11010000 10011010 11101 0 11010 10010 1111110 100111 1000110

Color Harmonies of #94D09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D09A

Black with #94D09A

Text Example


Text Example

White with #94D09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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