Html Css Color HEX #8ACB78 De York

📋 copy color: '#8ACB78'

red 138 ◦ green 203 ◦ blue 120

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

Shades of De York #8ACB78

Tints of De York #8ACB78

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

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

R = 29.93%
G = 44.03%
B = 26.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#8ACB78 (or 0x8ACB78) is known color: De York. HEX triplet: 8A, CB and 78. RGB value is (138,203,120). Sum of RGB (Red+Green+Blue) = 138+203+120=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB78 is #753487. Grayscale: #AEAEAE. Windows color (decimal): -7681160 or 7916426. OLE color: 7916426.

HSL color Cylindrical-coordinate representation of color #8ACB78: hue angle of 106.99º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ACB78 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 203 120 -
CMYK 0.32 0 0.41 0.20
HSL 106.99º 0.44% 0.63% -
HSV(B) 106.99º 0.41% 0.8% -
XYZ 35.23 49.47 25.46 -
YUV 174.1 97.47 102.25 -
System Red Green Blue C M Y K H S L
Decimal 138 203 120 0.32 0 0.41 0.20 106.99 0.44 0.63
Hex 8A CB 78 20 0 29 14 6B 2C 3F
Octal 212 313 170 40 0 51 24 153 54 77
Binary 10001010 11001011 1111000 100000 0 101001 10100 1101011 101100 111111

Color Harmonies of #8ACB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACB78

Black with #8ACB78

Text Example


Text Example

White with #8ACB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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