Html Css Color HEX #8AD082 De York

📋 copy color: '#8AD082'

red 138 ◦ green 208 ◦ blue 130

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

Shades of De York #8AD082

Tints of De York #8AD082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.7%

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

R = 28.99%
G = 43.7%
B = 27.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#8AD082 (or 0x8AD082) is known color: De York. HEX triplet: 8A, D0 and 82. RGB value is (138,208,130). Sum of RGB (Red+Green+Blue) = 138+208+130=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD082 is #752F7D. Grayscale: #B2B2B2. Windows color (decimal): -7679870 or 8573066. OLE color: 8573066.

HSL color Cylindrical-coordinate representation of color #8AD082: hue angle of 113.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AD082 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 208 130 -
CMYK 0.34 0 0.38 0.18
HSL 113.85º 0.45% 0.66% -
HSV(B) 113.85º 0.38% 0.82% -
XYZ 37.07 52.13 29.23 -
YUV 178.18 100.81 99.34 -
System Red Green Blue C M Y K H S L
Decimal 138 208 130 0.34 0 0.38 0.18 113.85 0.45 0.66
Hex 8A D0 82 22 0 26 12 72 2D 42
Octal 212 320 202 42 0 46 22 162 55 102
Binary 10001010 11010000 10000010 100010 0 100110 10010 1110010 101101 1000010

Color Harmonies of #8AD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD082

Black with #8AD082

Text Example


Text Example

White with #8AD082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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