Html Css Color HEX #8AD07D De York

📋 copy color: '#8AD07D'

red 138 ◦ green 208 ◦ blue 125

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

Shades of De York #8AD07D

Tints of De York #8AD07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

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

R = 29.3%
G = 44.16%
B = 26.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#8AD07D (or 0x8AD07D) is known color: De York. HEX triplet: 8A, D0 and 7D. RGB value is (138,208,125). Sum of RGB (Red+Green+Blue) = 138+208+125=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD07D is #752F82. Grayscale: #B1B1B1. Windows color (decimal): -7679875 or 8245386. OLE color: 8245386.

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

Color convert

RGB 138 208 125 -
CMYK 0.34 0 0.40 0.18
HSL 110.6º 0.47% 0.65% -
HSV(B) 110.6º 0.4% 0.82% -
XYZ 36.74 52 27.5 -
YUV 177.61 98.31 99.75 -
System Red Green Blue C M Y K H S L
Decimal 138 208 125 0.34 0 0.40 0.18 110.6 0.47 0.65
Hex 8A D0 7D 22 0 28 12 6F 2F 41
Octal 212 320 175 42 0 50 22 157 57 101
Binary 10001010 11010000 1111101 100010 0 101000 10010 1101111 101111 1000001

Color Harmonies of #8AD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD07D

Black with #8AD07D

Text Example


Text Example

White with #8AD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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