Html Css Color HEX #8AD87F De York

📋 copy color: '#8AD87F'

red 138 ◦ green 216 ◦ blue 127

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

Shades of De York #8AD87F

Tints of De York #8AD87F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.91%

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

R = 28.69%
G = 44.91%
B = 26.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#8AD87F (or 0x8AD87F) is known color: De York. HEX triplet: 8A, D8 and 7F. RGB value is (138,216,127). Sum of RGB (Red+Green+Blue) = 138+216+127=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD87F is #752780. Grayscale: #B6B6B6. Windows color (decimal): -7677825 or 8378506. OLE color: 8378506.

HSL color Cylindrical-coordinate representation of color #8AD87F: hue angle of 112.58º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD87F is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 216 127 -
CMYK 0.36 0 0.41 0.15
HSL 112.58º 0.53% 0.67% -
HSV(B) 112.58º 0.41% 0.85% -
XYZ 38.87 56.05 28.85 -
YUV 182.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 138 216 127 0.36 0 0.41 0.15 112.58 0.53 0.67
Hex 8A D8 7F 24 0 29 F 71 35 43
Octal 212 330 177 44 0 51 17 161 65 103
Binary 10001010 11011000 1111111 100100 0 101001 1111 1110001 110101 1000011

Color Harmonies of #8AD87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD87F

Black with #8AD87F

Text Example


Text Example

White with #8AD87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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