Html Css Color HEX #8AD78D De York

📋 copy color: '#8AD78D'

red 138 ◦ green 215 ◦ blue 141

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

Shades of De York #8AD78D

Tints of De York #8AD78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 27.94%
G = 43.52%
B = 28.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#8AD78D (or 0x8AD78D) is known color: De York. HEX triplet: 8A, D7 and 8D. RGB value is (138,215,141). Sum of RGB (Red+Green+Blue) = 138+215+141=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD78D is #752872. Grayscale: #B7B7B7. Windows color (decimal): -7678067 or 9295754. OLE color: 9295754.

HSL color Cylindrical-coordinate representation of color #8AD78D: hue angle of 122.34º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD78D is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 215 141 -
CMYK 0.36 0 0.34 0.16
HSL 122.34º 0.49% 0.69% -
HSV(B) 122.34º 0.36% 0.84% -
XYZ 39.59 55.93 33.91 -
YUV 183.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 138 215 141 0.36 0 0.34 0.16 122.34 0.49 0.69
Hex 8A D7 8D 24 0 22 10 7A 31 45
Octal 212 327 215 44 0 42 20 172 61 105
Binary 10001010 11010111 10001101 100100 0 100010 10000 1111010 110001 1000101

Color Harmonies of #8AD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD78D

Black with #8AD78D

Text Example


Text Example

White with #8AD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,215,141); }

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

background-color css

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

 a { background-color: rgb(138,215,141); }

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

border-color css

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

 span { border-color: rgb(138,215,141); }

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