Html Css Color HEX #8AD884 De York

📋 copy color: '#8AD884'

red 138 ◦ green 216 ◦ blue 132

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

Shades of De York #8AD884

Tints of De York #8AD884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 28.4%
G = 44.44%
B = 27.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#8AD884 (or 0x8AD884) is known color: De York. HEX triplet: 8A, D8 and 84. RGB value is (138,216,132). Sum of RGB (Red+Green+Blue) = 138+216+132=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD884 is #75277B. Grayscale: #B7B7B7. Windows color (decimal): -7677820 or 8706186. OLE color: 8706186.

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

Color convert

RGB 138 216 132 -
CMYK 0.36 0 0.39 0.15
HSL 115.71º 0.52% 0.68% -
HSV(B) 115.71º 0.39% 0.85% -
XYZ 39.2 56.18 30.61 -
YUV 183.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 138 216 132 0.36 0 0.39 0.15 115.71 0.52 0.68
Hex 8A D8 84 24 0 27 F 74 34 44
Octal 212 330 204 44 0 47 17 164 64 104
Binary 10001010 11011000 10000100 100100 0 100111 1111 1110100 110100 1000100

Color Harmonies of #8AD884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD884

Black with #8AD884

Text Example


Text Example

White with #8AD884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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