Html Css Color HEX #94D69A Chinook

📋 copy color: '#94D69A'

red 148 ◦ green 214 ◦ blue 154

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

Shades of Chinook #94D69A

Tints of Chinook #94D69A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.47%

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

R = 28.68%
G = 41.47%
B = 29.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#94D69A (or 0x94D69A) is known color: Chinook. HEX triplet: 94, D6 and 9A. RGB value is (148,214,154). Sum of RGB (Red+Green+Blue) = 148+214+154=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #94D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D69A is #6B2965. Grayscale: #BBBBBB. Windows color (decimal): -7022950 or 10147476. OLE color: 10147476.

HSL color Cylindrical-coordinate representation of color #94D69A: hue angle of 125.45º degrees, saturation: 0.45, 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 #94D69A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 154 -
CMYK 0.31 0 0.28 0.16
HSL 125.45º 0.45% 0.71% -
HSV(B) 125.45º 0.31% 0.84% -
XYZ 42.09 56.72 39.3 -
YUV 187.43 109.13 99.88 -
System Red Green Blue C M Y K H S L
Decimal 148 214 154 0.31 0 0.28 0.16 125.45 0.45 0.71
Hex 94 D6 9A 1F 0 1C 10 7D 2D 47
Octal 224 326 232 37 0 34 20 175 55 107
Binary 10010100 11010110 10011010 11111 0 11100 10000 1111101 101101 1000111

Color Harmonies of #94D69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D69A

Black with #94D69A

Text Example


Text Example

White with #94D69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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