#8CAF7B

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

Shades of Amulet #8CAF7B

Tints of Amulet #8CAF7B

Color information

#8CAF7B (or 0x8CAF7B) is unknown color: approx Amulet. HEX triplet: 8C, AF and 7B. RGB value is (140,175,123). Sum of RGB (Red+Green+Blue) = 140+175+123=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF7B is #735084. Grayscale: #9E9E9E. Windows color (decimal): -7557253 or 8105868. OLE color: 8105868.

HSL color Cylindrical-coordinate representation of color #8CAF7B: hue angle of 100.38º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CAF7B is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB140175123-
CMYK0.200.300.31
HSL100.38º24.53%58.43%-
HSV(B)100.38º29.71%68.63%-
XYZ29.7237.6724.44-
YUV158.61107.9114.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=31.96%
G=39.95%
B=28.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751230.200.300.31100.3824.5358.43
Hex8CAF7B1401E1F64193a
Octal21425717324036371443172
Binary100011001010111111110111010001111011111110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,123); }

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

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

 a { background-color: rgb(140,175,123); }

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

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

 span { border-color: rgb(140,175,123); }

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