Html Css Color HEX #8AD18D De York

📋 copy color: '#8AD18D'

red 138 ◦ green 209 ◦ blue 141

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

Shades of De York #8AD18D

Tints of De York #8AD18D

RGB

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

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

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

R = 28.28%
G = 42.83%
B = 28.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#8AD18D (or 0x8AD18D) is known color: De York. HEX triplet: 8A, D1 and 8D. RGB value is (138,209,141). Sum of RGB (Red+Green+Blue) = 138+209+141=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD18D is #752E72. Grayscale: #B4B4B4. Windows color (decimal): -7679603 or 9294218. OLE color: 9294218.

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

Color convert

RGB 138 209 141 -
CMYK 0.34 0 0.33 0.18
HSL 122.54º 0.44% 0.68% -
HSV(B) 122.54º 0.34% 0.82% -
XYZ 38.09 52.93 33.41 -
YUV 180.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 138 209 141 0.34 0 0.33 0.18 122.54 0.44 0.68
Hex 8A D1 8D 22 0 21 12 7B 2C 44
Octal 212 321 215 42 0 41 22 173 54 104
Binary 10001010 11010001 10001101 100010 0 100001 10010 1111011 101100 1000100

Color Harmonies of #8AD18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD18D

Black with #8AD18D

Text Example


Text Example

White with #8AD18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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