#8ACA98

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

Shades of Summer Green #8ACA98

Tints of Summer Green #8ACA98

Color information

#8ACA98 (or 0x8ACA98) is unknown color: approx Summer Green. HEX triplet: 8A, CA and 98. RGB value is (138,202,152). Sum of RGB (Red+Green+Blue) = 138+202+152=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACA98 is #753567. Grayscale: #B1B1B1. Windows color (decimal): -7681384 or 10013322. OLE color: 10013322.

HSL color Cylindrical-coordinate representation of color #8ACA98: hue angle of 133.12º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACA98 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB138202152-
CMYK0.3200.250.21
HSL133.12º37.65%66.67%-
HSV(B)133.12º31.68%79.22%-
XYZ37.2749.9137.38-
YUV177.16113.8100.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=28.05%
G=41.06%
B=30.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021520.3200.250.21133.1237.6566.67
Hex8ACA982001915852643
Octal212312230400312520546103
Binary10001010110010101001100010000001100110101100001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACA98; }

 p { color: rgb(138,202,152); }

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

<style>
 a { background-color: #8ACA98; }

 a { background-color: rgb(138,202,152); }

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

<style>
 span { border-color: #8ACA98; }

 span { border-color: rgb(138,202,152); }

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