Html Css Color HEX #94E6A8 Chinook

📋 copy color: '#94E6A8'

red 148 ◦ green 230 ◦ blue 168

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

Shades of Chinook #94E6A8

Tints of Chinook #94E6A8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.12%

 BLUE value IS 168 (66.02% from 255) = 30.77%

R = 27.11%
G = 42.12%
B = 30.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#94E6A8 (or 0x94E6A8) is known color: Chinook. HEX triplet: 94, E6 and A8. RGB value is (148,230,168). Sum of RGB (Red+Green+Blue) = 148+230+168=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E6A8 is #6B1957. Grayscale: #C6C6C6. Windows color (decimal): -7018840 or 11069076. OLE color: 11069076.

HSL color Cylindrical-coordinate representation of color #94E6A8: hue angle of 134.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6A8 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 230 168 -
CMYK 0.36 0 0.27 0.10
HSL 134.63º 0.62% 0.74% -
HSV(B) 134.63º 0.36% 0.9% -
XYZ 47.58 65.72 47.22 -
YUV 198.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 148 230 168 0.36 0 0.27 0.10 134.63 0.62 0.74
Hex 94 E6 A8 24 0 1B A 87 3E 4A
Octal 224 346 250 44 0 33 12 207 76 112
Binary 10010100 11100110 10101000 100100 0 11011 1010 10000111 111110 1001010

Color Harmonies of #94E6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E6A8

Black with #94E6A8

Text Example


Text Example

White with #94E6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,230,168); }

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

background-color css

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

 a { background-color: rgb(148,230,168); }

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

border-color css

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

 span { border-color: rgb(148,230,168); }

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