Html Css Color HEX #94AC9E Summer Green

📋 copy color: '#94AC9E'

red 148 ◦ green 172 ◦ blue 158

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

Shades of Summer Green #94AC9E

Tints of Summer Green #94AC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

 BLUE value IS 158 (62.11% from 255) = 33.05%

R = 30.96%
G = 35.98%
B = 33.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#94AC9E (or 0x94AC9E) is known color: Summer Green. HEX triplet: 94, AC and 9E. RGB value is (148,172,158). Sum of RGB (Red+Green+Blue) = 148+172+158=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC9E is #6B5361. Grayscale: #A3A3A3. Windows color (decimal): -7033698 or 10398868. OLE color: 10398868.

HSL color Cylindrical-coordinate representation of color #94AC9E: hue angle of 145º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94AC9E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 172 158 -
CMYK 0.14 0 0.08 0.33
HSL 145º 0.13% 0.63% -
HSV(B) 145º 0.14% 0.67% -
XYZ 33.14 38.27 37.99 -
YUV 163.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 148 172 158 0.14 0 0.08 0.33 145 0.13 0.63
Hex 94 AC 9E E 0 8 21 91 D 3F
Octal 224 254 236 16 0 10 41 221 15 77
Binary 10010100 10101100 10011110 1110 0 1000 100001 10010001 1101 111111

Color Harmonies of #94AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AC9E

Black with #94AC9E

Text Example


Text Example

White with #94AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,158); }

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

background-color css

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

 a { background-color: rgb(148,172,158); }

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

border-color css

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

 span { border-color: rgb(148,172,158); }

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