#94C2A1

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

Shades of Summer Green #94C2A1

Tints of Summer Green #94C2A1

Color information

#94C2A1 (or 0x94C2A1) is unknown color: approx Summer Green. HEX triplet: 94, C2 and A1. RGB value is (148,194,161). Sum of RGB (Red+Green+Blue) = 148+194+161=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C2A1 is #6B3D5E. Grayscale: #B0B0B0. Windows color (decimal): -7028063 or 10601108. OLE color: 10601108.

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

Color convert

RGB148194161-
CMYK0.2400.170.24
HSL136.96º27.38%67.06%-
HSV(B)136.96º23.71%76.08%-
XYZ37.9447.4540.88-
YUV176.48119.26107.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=29.42%
G=38.57%
B=32.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941610.2400.170.24136.9627.3867.06
Hex94C2A11801118891b43
Octal224302241300213021133103
Binary100101001100001010100001110000100011100010001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,161); }

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

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

 a { background-color: rgb(148,194,161); }

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

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

 span { border-color: rgb(148,194,161); }

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