Html Css Color HEX #8AD88C De York

📋 copy color: '#8AD88C'

red 138 ◦ green 216 ◦ blue 140

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

Shades of De York #8AD88C

Tints of De York #8AD88C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.72%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 27.94%
G = 43.72%
B = 28.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#8AD88C (or 0x8AD88C) is known color: De York. HEX triplet: 8A, D8 and 8C. RGB value is (138,216,140). Sum of RGB (Red+Green+Blue) = 138+216+140=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD88C is #752773. Grayscale: #B8B8B8. Windows color (decimal): -7677812 or 9230474. OLE color: 9230474.

HSL color Cylindrical-coordinate representation of color #8AD88C: hue angle of 121.54º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD88C is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 216 140 -
CMYK 0.36 0 0.35 0.15
HSL 121.54º 0.5% 0.69% -
HSV(B) 121.54º 0.36% 0.85% -
XYZ 39.77 56.41 33.6 -
YUV 184.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 138 216 140 0.36 0 0.35 0.15 121.54 0.5 0.69
Hex 8A D8 8C 24 0 23 F 7A 32 45
Octal 212 330 214 44 0 43 17 172 62 105
Binary 10001010 11011000 10001100 100100 0 100011 1111 1111010 110010 1000101

Color Harmonies of #8AD88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD88C

Black with #8AD88C

Text Example


Text Example

White with #8AD88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,216,140); }

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

background-color css

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

 a { background-color: rgb(138,216,140); }

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

border-color css

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

 span { border-color: rgb(138,216,140); }

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