Html Css Color HEX #8AC17C De York

📋 copy color: '#8AC17C'

red 138 ◦ green 193 ◦ blue 124

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

Shades of De York #8AC17C

Tints of De York #8AC17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

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

R = 30.33%
G = 42.42%
B = 27.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#8AC17C (or 0x8AC17C) is known color: De York. HEX triplet: 8A, C1 and 7C. RGB value is (138,193,124). Sum of RGB (Red+Green+Blue) = 138+193+124=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC17C is #753E83. Grayscale: #A8A8A8. Windows color (decimal): -7683716 or 8176010. OLE color: 8176010.

HSL color Cylindrical-coordinate representation of color #8AC17C: hue angle of 107.83º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AC17C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 193 124 -
CMYK 0.28 0 0.36 0.24
HSL 107.83º 0.36% 0.62% -
HSV(B) 107.83º 0.36% 0.76% -
XYZ 33.19 45 26.01 -
YUV 168.69 102.78 106.11 -
System Red Green Blue C M Y K H S L
Decimal 138 193 124 0.28 0 0.36 0.24 107.83 0.36 0.62
Hex 8A C1 7C 1C 0 24 18 6C 24 3E
Octal 212 301 174 34 0 44 30 154 44 76
Binary 10001010 11000001 1111100 11100 0 100100 11000 1101100 100100 111110

Color Harmonies of #8AC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC17C

Black with #8AC17C

Text Example


Text Example

White with #8AC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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