Html Css Color HEX #8AC982 De York

📋 copy color: '#8AC982'

red 138 ◦ green 201 ◦ blue 130

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

Shades of De York #8AC982

Tints of De York #8AC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

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

R = 29.42%
G = 42.86%
B = 27.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#8AC982 (or 0x8AC982) is known color: De York. HEX triplet: 8A, C9 and 82. RGB value is (138,201,130). Sum of RGB (Red+Green+Blue) = 138+201+130=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC982 is #75367D. Grayscale: #AEAEAE. Windows color (decimal): -7681662 or 8571274. OLE color: 8571274.

HSL color Cylindrical-coordinate representation of color #8AC982: hue angle of 113.24º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AC982 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 130 -
CMYK 0.31 0 0.35 0.21
HSL 113.24º 0.4% 0.65% -
HSV(B) 113.24º 0.35% 0.79% -
XYZ 35.4 48.79 28.67 -
YUV 174.07 103.13 102.27 -
System Red Green Blue C M Y K H S L
Decimal 138 201 130 0.31 0 0.35 0.21 113.24 0.4 0.65
Hex 8A C9 82 1F 0 23 15 71 28 41
Octal 212 311 202 37 0 43 25 161 50 101
Binary 10001010 11001001 10000010 11111 0 100011 10101 1110001 101000 1000001

Color Harmonies of #8AC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC982

Black with #8AC982

Text Example


Text Example

White with #8AC982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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