Html Css Color HEX #94F0AD Chinook

📋 copy color: '#94F0AD'

red 148 ◦ green 240 ◦ blue 173

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

Shades of Chinook #94F0AD

Tints of Chinook #94F0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.78%

 BLUE value IS 173 (67.97% from 255) = 30.84%

R = 26.38%
G = 42.78%
B = 30.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#94F0AD (or 0x94F0AD) is known color: Chinook. HEX triplet: 94, F0 and AD. RGB value is (148,240,173). Sum of RGB (Red+Green+Blue) = 148+240+173=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F0AD is #6B0F52. Grayscale: #CDCDCD. Windows color (decimal): -7016275 or 11399316. OLE color: 11399316.

HSL color Cylindrical-coordinate representation of color #94F0AD: hue angle of 136.3º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F0AD is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 240 173 -
CMYK 0.38 0 0.28 0.06
HSL 136.3º 0.75% 0.76% -
HSV(B) 136.3º 0.38% 0.94% -
XYZ 50.92 71.63 50.68 -
YUV 204.85 110.02 87.45 -
System Red Green Blue C M Y K H S L
Decimal 148 240 173 0.38 0 0.28 0.06 136.3 0.75 0.76
Hex 94 F0 AD 26 0 1C 6 88 4B 4C
Octal 224 360 255 46 0 34 6 210 113 114
Binary 10010100 11110000 10101101 100110 0 11100 110 10001000 1001011 1001100

Color Harmonies of #94F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F0AD

Black with #94F0AD

Text Example


Text Example

White with #94F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,240,173); }

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

background-color css

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

 a { background-color: rgb(148,240,173); }

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

border-color css

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

 span { border-color: rgb(148,240,173); }

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