Html Css Color HEX #8AD18B De York

📋 copy color: '#8AD18B'

red 138 ◦ green 209 ◦ blue 139

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

Shades of De York #8AD18B

Tints of De York #8AD18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.6%

R = 28.4%
G = 43%
B = 28.6%

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

#8AD18B (or 0x8AD18B) is known color: De York. HEX triplet: 8A, D1 and 8B. RGB value is (138,209,139). Sum of RGB (Red+Green+Blue) = 138+209+139=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD18B is #752E74. Grayscale: #B3B3B3. Windows color (decimal): -7679605 or 9163146. OLE color: 9163146.

HSL color Cylindrical-coordinate representation of color #8AD18B: hue angle of 120.85º 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 #8AD18B is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 139 -
CMYK 0.34 0 0.33 0.18
HSL 120.85º 0.44% 0.68% -
HSV(B) 120.85º 0.34% 0.82% -
XYZ 37.94 52.87 32.63 -
YUV 179.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 138 209 139 0.34 0 0.33 0.18 120.85 0.44 0.68
Hex 8A D1 8B 22 0 21 12 79 2C 44
Octal 212 321 213 42 0 41 22 171 54 104
Binary 10001010 11010001 10001011 100010 0 100001 10010 1111001 101100 1000100

Color Harmonies of #8AD18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD18B

Black with #8AD18B

Text Example


Text Example

White with #8AD18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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