Html Css Color HEX #8AD17A De York

📋 copy color: '#8AD17A'

red 138 ◦ green 209 ◦ blue 122

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

Shades of De York #8AD17A

Tints of De York #8AD17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 29.42%
G = 44.56%
B = 26.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#8AD17A (or 0x8AD17A) is known color: De York. HEX triplet: 8A, D1 and 7A. RGB value is (138,209,122). Sum of RGB (Red+Green+Blue) = 138+209+122=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD17A is #752E85. Grayscale: #B2B2B2. Windows color (decimal): -7679622 or 8049034. OLE color: 8049034.

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

Color convert

RGB 138 209 122 -
CMYK 0.34 0 0.42 0.18
HSL 108.97º 0.49% 0.65% -
HSV(B) 108.97º 0.42% 0.82% -
XYZ 36.79 52.41 26.59 -
YUV 177.85 96.48 99.57 -
System Red Green Blue C M Y K H S L
Decimal 138 209 122 0.34 0 0.42 0.18 108.97 0.49 0.65
Hex 8A D1 7A 22 0 2A 12 6D 31 41
Octal 212 321 172 42 0 52 22 155 61 101
Binary 10001010 11010001 1111010 100010 0 101010 10010 1101101 110001 1000001

Color Harmonies of #8AD17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD17A

Black with #8AD17A

Text Example


Text Example

White with #8AD17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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