Html Css Color HEX #8AC47C De York

📋 copy color: '#8AC47C'

red 138 ◦ green 196 ◦ blue 124

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

Shades of De York #8AC47C

Tints of De York #8AC47C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.79%

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 30.13%
G = 42.79%
B = 27.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#8AC47C (or 0x8AC47C) is known color: De York. HEX triplet: 8A, C4 and 7C. RGB value is (138,196,124). Sum of RGB (Red+Green+Blue) = 138+196+124=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC47C is #753B83. Grayscale: #AAAAAA. Windows color (decimal): -7682948 or 8176778. OLE color: 8176778.

HSL color Cylindrical-coordinate representation of color #8AC47C: hue angle of 108.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AC47C is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 196 124 -
CMYK 0.30 0 0.37 0.23
HSL 108.33º 0.38% 0.63% -
HSV(B) 108.33º 0.37% 0.77% -
XYZ 33.86 46.34 26.23 -
YUV 170.45 101.78 104.85 -
System Red Green Blue C M Y K H S L
Decimal 138 196 124 0.30 0 0.37 0.23 108.33 0.38 0.63
Hex 8A C4 7C 1E 0 25 17 6C 26 3F
Octal 212 304 174 36 0 45 27 154 46 77
Binary 10001010 11000100 1111100 11110 0 100101 10111 1101100 100110 111111

Color Harmonies of #8AC47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC47C

Black with #8AC47C

Text Example


Text Example

White with #8AC47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,196,124); }

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

background-color css

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

 a { background-color: rgb(138,196,124); }

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

border-color css

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

 span { border-color: rgb(138,196,124); }

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