Html Css Color HEX #8AC978 De York

📋 copy color: '#8AC978'

red 138 ◦ green 201 ◦ blue 120

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

Shades of De York #8AC978

Tints of De York #8AC978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.14%

R = 30.07%
G = 43.79%
B = 26.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#8AC978 (or 0x8AC978) is known color: De York. HEX triplet: 8A, C9 and 78. RGB value is (138,201,120). Sum of RGB (Red+Green+Blue) = 138+201+120=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC978 is #753687. Grayscale: #ADADAD. Windows color (decimal): -7681672 or 7915914. OLE color: 7915914.

HSL color Cylindrical-coordinate representation of color #8AC978: hue angle of 106.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC978 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 120 -
CMYK 0.31 0 0.40 0.21
HSL 106.67º 0.43% 0.63% -
HSV(B) 106.67º 0.4% 0.79% -
XYZ 34.76 48.53 25.31 -
YUV 172.93 98.13 103.09 -
System Red Green Blue C M Y K H S L
Decimal 138 201 120 0.31 0 0.40 0.21 106.67 0.43 0.63
Hex 8A C9 78 1F 0 28 15 6B 2B 3F
Octal 212 311 170 37 0 50 25 153 53 77
Binary 10001010 11001001 1111000 11111 0 101000 10101 1101011 101011 111111

Color Harmonies of #8AC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC978

Black with #8AC978

Text Example


Text Example

White with #8AC978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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