#94AFA0

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

Shades of Summer Green #94AFA0

Tints of Summer Green #94AFA0

Color information

#94AFA0 (or 0x94AFA0) is unknown color: approx Summer Green. HEX triplet: 94, AF and A0. RGB value is (148,175,160). Sum of RGB (Red+Green+Blue) = 148+175+160=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #94AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AFA0 is #6B505F. Grayscale: #A5A5A5. Windows color (decimal): -7032928 or 10530708. OLE color: 10530708.

HSL color Cylindrical-coordinate representation of color #94AFA0: hue angle of 146.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB148175160-
CMYK0.1500.090.31
HSL146.67º14.44%63.33%-
HSV(B)146.67º15.43%68.63%-
XYZ33.8939.4939.09-
YUV165.22125.05115.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=30.64%
G=36.23%
B=33.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751600.1500.090.31146.6714.4463.33
Hex94AFA0F091F93e3f
Octal22425724017011372231677
Binary10010100101011111010000011110100111111100100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,160); }

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

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

 a { background-color: rgb(148,175,160); }

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

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

 span { border-color: rgb(148,175,160); }

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