Html Css Color HEX #8AC98C De York

📋 copy color: '#8AC98C'

red 138 ◦ green 201 ◦ blue 140

#8AC98C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #8AC98C

Tints of De York #8AC98C

RGB

 RED value IS 138 (54.3% from 255) = 28.81%

 GREEN value IS 201 (78.91% from 255) = 41.96%

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 28.81%
G = 41.96%
B = 29.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#8AC98C (or 0x8AC98C) is known color: De York. HEX triplet: 8A, C9 and 8C. RGB value is (138,201,140). Sum of RGB (Red+Green+Blue) = 138+201+140=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC98C is #753673. Grayscale: #AFAFAF. Windows color (decimal): -7681652 or 9226634. OLE color: 9226634.

HSL color Cylindrical-coordinate representation of color #8AC98C: hue angle of 121.9º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC98C is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 140 -
CMYK 0.31 0 0.30 0.21
HSL 121.9º 0.37% 0.66% -
HSV(B) 121.9º 0.31% 0.79% -
XYZ 36.1 49.07 32.38 -
YUV 175.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 138 201 140 0.31 0 0.30 0.21 121.9 0.37 0.66
Hex 8A C9 8C 1F 0 1E 15 7A 25 42
Octal 212 311 214 37 0 36 25 172 45 102
Binary 10001010 11001001 10001100 11111 0 11110 10101 1111010 100101 1000010

Color Harmonies of #8AC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC98C

Black with #8AC98C

Text Example


Text Example

White with #8AC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,201,140); }

 H1.HeaderClassName
 {
   color: #8AC98C;
 }
 .AnyTagClassName
 {
   color: #8AC98C;
 }
</style>

background-color css

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

 a { background-color: rgb(138,201,140); }

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

border-color css

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

 span { border-color: rgb(138,201,140); }

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