Html Css Color HEX #8AC880 De York

📋 copy color: '#8AC880'

red 138 ◦ green 200 ◦ blue 128

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

Shades of De York #8AC880

Tints of De York #8AC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.92%

 BLUE value IS 128 (50.39% from 255) = 27.47%

R = 29.61%
G = 42.92%
B = 27.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#8AC880 (or 0x8AC880) is known color: De York. HEX triplet: 8A, C8 and 80. RGB value is (138,200,128). Sum of RGB (Red+Green+Blue) = 138+200+128=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC880 is #75377F. Grayscale: #ADADAD. Windows color (decimal): -7681920 or 8439946. OLE color: 8439946.

HSL color Cylindrical-coordinate representation of color #8AC880: hue angle of 111.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AC880 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 200 128 -
CMYK 0.31 0 0.36 0.22
HSL 111.67º 0.4% 0.64% -
HSV(B) 111.67º 0.36% 0.78% -
XYZ 35.03 48.27 27.89 -
YUV 173.25 102.46 102.85 -
System Red Green Blue C M Y K H S L
Decimal 138 200 128 0.31 0 0.36 0.22 111.67 0.4 0.64
Hex 8A C8 80 1F 0 24 16 70 28 40
Octal 212 310 200 37 0 44 26 160 50 100
Binary 10001010 11001000 10000000 11111 0 100100 10110 1110000 101000 1000000

Color Harmonies of #8AC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC880

Black with #8AC880

Text Example


Text Example

White with #8AC880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,200,128); }

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

background-color css

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

 a { background-color: rgb(138,200,128); }

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

border-color css

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

 span { border-color: rgb(138,200,128); }

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