Html Css Color HEX #8AC180 De York

📋 copy color: '#8AC180'

red 138 ◦ green 193 ◦ blue 128

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

Shades of De York #8AC180

Tints of De York #8AC180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.05%

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

R = 30.07%
G = 42.05%
B = 27.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#8AC180 (or 0x8AC180) is known color: De York. HEX triplet: 8A, C1 and 80. RGB value is (138,193,128). Sum of RGB (Red+Green+Blue) = 138+193+128=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC180 is #753E7F. Grayscale: #A9A9A9. Windows color (decimal): -7683712 or 8438154. OLE color: 8438154.

HSL color Cylindrical-coordinate representation of color #8AC180: hue angle of 110.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AC180 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 193 128 -
CMYK 0.28 0 0.34 0.24
HSL 110.77º 0.34% 0.63% -
HSV(B) 110.77º 0.34% 0.76% -
XYZ 33.45 45.1 27.36 -
YUV 169.15 104.78 105.79 -
System Red Green Blue C M Y K H S L
Decimal 138 193 128 0.28 0 0.34 0.24 110.77 0.34 0.63
Hex 8A C1 80 1C 0 22 18 6F 22 3F
Octal 212 301 200 34 0 42 30 157 42 77
Binary 10001010 11000001 10000000 11100 0 100010 11000 1101111 100010 111111

Color Harmonies of #8AC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC180

Black with #8AC180

Text Example


Text Example

White with #8AC180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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