Html Css Color HEX #8AD17F De York

📋 copy color: '#8AD17F'

red 138 ◦ green 209 ◦ blue 127

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

Shades of De York #8AD17F

Tints of De York #8AD17F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.09%

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

R = 29.11%
G = 44.09%
B = 26.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#8AD17F (or 0x8AD17F) is known color: De York. HEX triplet: 8A, D1 and 7F. RGB value is (138,209,127). Sum of RGB (Red+Green+Blue) = 138+209+127=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD17F is #752E80. Grayscale: #B2B2B2. Windows color (decimal): -7679617 or 8376714. OLE color: 8376714.

HSL color Cylindrical-coordinate representation of color #8AD17F: hue angle of 111.95º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AD17F is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 127 -
CMYK 0.34 0 0.39 0.18
HSL 111.95º 0.47% 0.66% -
HSV(B) 111.95º 0.39% 0.82% -
XYZ 37.11 52.54 28.26 -
YUV 178.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 138 209 127 0.34 0 0.39 0.18 111.95 0.47 0.66
Hex 8A D1 7F 22 0 27 12 70 2F 42
Octal 212 321 177 42 0 47 22 160 57 102
Binary 10001010 11010001 1111111 100010 0 100111 10010 1110000 101111 1000010

Color Harmonies of #8AD17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD17F

Black with #8AD17F

Text Example


Text Example

White with #8AD17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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