#94C19D

Color #94C19D Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #94C19D

Tints of Summer Green #94C19D

Color information

#94C19D (or 0x94C19D) is unknown color: approx Summer Green. HEX triplet: 94, C1 and 9D. RGB value is (148,193,157). Sum of RGB (Red+Green+Blue) = 148+193+157=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #94C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C19D is #6B3E62. Grayscale: #AFAFAF. Windows color (decimal): -7028323 or 10338708. OLE color: 10338708.

HSL color Cylindrical-coordinate representation of color #94C19D: hue angle of 132º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C19D is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB148193157-
CMYK0.2300.190.24
HSL132º26.63%66.86%-
HSV(B)132º23.32%75.69%-
XYZ37.3746.8738.98-
YUV175.44117.59108.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.72%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=29.72%
G=38.76%
B=31.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931570.2300.190.2413226.6366.86
Hex94C19D1701318841b43
Octal224301235270233020433103
Binary100101001100000110011101101110100111100010000100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,157); }

 H1.HeaderClassName
 {
   color: #94C19D;
 }
 .AnyTagClassName
 {
   color: #94C19D;
 }
</style>
background-color css

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

 a { background-color: rgb(148,193,157); }

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

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

 span { border-color: rgb(148,193,157); }

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