Html Css Color HEX #8AD882 De York

📋 copy color: '#8AD882'

red 138 ◦ green 216 ◦ blue 130

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

Shades of De York #8AD882

Tints of De York #8AD882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 28.51%
G = 44.63%
B = 26.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#8AD882 (or 0x8AD882) is known color: De York. HEX triplet: 8A, D8 and 82. RGB value is (138,216,130). Sum of RGB (Red+Green+Blue) = 138+216+130=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD882 is #75277D. Grayscale: #B7B7B7. Windows color (decimal): -7677822 or 8575114. OLE color: 8575114.

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

Color convert

RGB 138 216 130 -
CMYK 0.36 0 0.40 0.15
HSL 114.42º 0.52% 0.68% -
HSV(B) 114.42º 0.4% 0.85% -
XYZ 39.07 56.13 29.89 -
YUV 182.87 98.16 95.99 -
System Red Green Blue C M Y K H S L
Decimal 138 216 130 0.36 0 0.40 0.15 114.42 0.52 0.68
Hex 8A D8 82 24 0 28 F 72 34 44
Octal 212 330 202 44 0 50 17 162 64 104
Binary 10001010 11011000 10000010 100100 0 101000 1111 1110010 110100 1000100

Color Harmonies of #8AD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD882

Black with #8AD882

Text Example


Text Example

White with #8AD882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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