Html Css Color HEX #8ACD82 De York

📋 copy color: '#8ACD82'

red 138 ◦ green 205 ◦ blue 130

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

Shades of De York #8ACD82

Tints of De York #8ACD82

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 29.18%
G = 43.34%
B = 27.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#8ACD82 (or 0x8ACD82) is known color: De York. HEX triplet: 8A, CD and 82. RGB value is (138,205,130). Sum of RGB (Red+Green+Blue) = 138+205+130=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD82 is #75327D. Grayscale: #B0B0B0. Windows color (decimal): -7680638 or 8572298. OLE color: 8572298.

HSL color Cylindrical-coordinate representation of color #8ACD82: hue angle of 113.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ACD82 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 130 -
CMYK 0.33 0 0.37 0.20
HSL 113.6º 0.43% 0.66% -
HSV(B) 113.6º 0.37% 0.8% -
XYZ 36.34 50.68 28.99 -
YUV 176.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 138 205 130 0.33 0 0.37 0.20 113.6 0.43 0.66
Hex 8A CD 82 21 0 25 14 72 2B 42
Octal 212 315 202 41 0 45 24 162 53 102
Binary 10001010 11001101 10000010 100001 0 100101 10100 1110010 101011 1000010

Color Harmonies of #8ACD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD82

Black with #8ACD82

Text Example


Text Example

White with #8ACD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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