Html Css Color HEX #8AC17D De York

📋 copy color: '#8AC17D'

red 138 ◦ green 193 ◦ blue 125

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

Shades of De York #8AC17D

Tints of De York #8AC17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 30.26%
G = 42.32%
B = 27.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#8AC17D (or 0x8AC17D) is known color: De York. HEX triplet: 8A, C1 and 7D. RGB value is (138,193,125). Sum of RGB (Red+Green+Blue) = 138+193+125=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC17D is #753E82. Grayscale: #A9A9A9. Windows color (decimal): -7683715 or 8241546. OLE color: 8241546.

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

Color convert

RGB 138 193 125 -
CMYK 0.28 0 0.35 0.24
HSL 108.53º 0.35% 0.62% -
HSV(B) 108.53º 0.35% 0.76% -
XYZ 33.25 45.02 26.34 -
YUV 168.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 138 193 125 0.28 0 0.35 0.24 108.53 0.35 0.62
Hex 8A C1 7D 1C 0 23 18 6D 23 3E
Octal 212 301 175 34 0 43 30 155 43 76
Binary 10001010 11000001 1111101 11100 0 100011 11000 1101101 100011 111110

Color Harmonies of #8AC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC17D

Black with #8AC17D

Text Example


Text Example

White with #8AC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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