Html Css Color HEX #94CE9A Chinook

📋 copy color: '#94CE9A'

red 148 ◦ green 206 ◦ blue 154

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

Shades of Chinook #94CE9A

Tints of Chinook #94CE9A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.55%

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

R = 29.13%
G = 40.55%
B = 30.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#94CE9A (or 0x94CE9A) is known color: Chinook. HEX triplet: 94, CE and 9A. RGB value is (148,206,154). Sum of RGB (Red+Green+Blue) = 148+206+154=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE9A is #6B3165. Grayscale: #B6B6B6. Windows color (decimal): -7024998 or 10145428. OLE color: 10145428.

HSL color Cylindrical-coordinate representation of color #94CE9A: hue angle of 126.21º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CE9A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 154 -
CMYK 0.28 0 0.25 0.19
HSL 126.21º 0.37% 0.69% -
HSV(B) 126.21º 0.28% 0.81% -
XYZ 40.12 52.77 38.64 -
YUV 182.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 148 206 154 0.28 0 0.25 0.19 126.21 0.37 0.69
Hex 94 CE 9A 1C 0 19 13 7E 25 45
Octal 224 316 232 34 0 31 23 176 45 105
Binary 10010100 11001110 10011010 11100 0 11001 10011 1111110 100101 1000101

Color Harmonies of #94CE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE9A

Black with #94CE9A

Text Example


Text Example

White with #94CE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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