#8ACC98

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

Shades of De York #8ACC98

Tints of De York #8ACC98

Color information

#8ACC98 (or 0x8ACC98) is unknown color: approx De York. HEX triplet: 8A, CC and 98. RGB value is (138,204,152). Sum of RGB (Red+Green+Blue) = 138+204+152=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC98 is #753367. Grayscale: #B2B2B2. Windows color (decimal): -7680872 or 10013834. OLE color: 10013834.

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

Color convert

RGB138204152-
CMYK0.3200.250.2
HSL132.73º39.29%67.06%-
HSV(B)132.73º32.35%80%-
XYZ37.7450.8637.53-
YUV178.34113.1399.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=27.94%
G=41.30%
B=30.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041520.3200.250.2132.7339.2967.06
Hex8ACC982001914852743
Octal212314230400312420547103
Binary10001010110011001001100010000001100110100100001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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