Html Css Color HEX #8AC17F De York

📋 copy color: '#8AC17F'

red 138 ◦ green 193 ◦ blue 127

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

Shades of De York #8AC17F

Tints of De York #8AC17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.73%

R = 30.13%
G = 42.14%
B = 27.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#8AC17F (or 0x8AC17F) is known color: De York. HEX triplet: 8A, C1 and 7F. RGB value is (138,193,127). Sum of RGB (Red+Green+Blue) = 138+193+127=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC17F is #753E80. Grayscale: #A9A9A9. Windows color (decimal): -7683713 or 8372618. OLE color: 8372618.

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

Color convert

RGB 138 193 127 -
CMYK 0.28 0 0.34 0.24
HSL 110º 0.35% 0.63% -
HSV(B) 110º 0.34% 0.76% -
XYZ 33.38 45.08 27.02 -
YUV 169.03 104.28 105.87 -
System Red Green Blue C M Y K H S L
Decimal 138 193 127 0.28 0 0.34 0.24 110 0.35 0.63
Hex 8A C1 7F 1C 0 22 18 6E 23 3F
Octal 212 301 177 34 0 42 30 156 43 77
Binary 10001010 11000001 1111111 11100 0 100010 11000 1101110 100011 111111

Color Harmonies of #8AC17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC17F

Black with #8AC17F

Text Example


Text Example

White with #8AC17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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