Html Css Color HEX #8AC287 De York

📋 copy color: '#8AC287'

red 138 ◦ green 194 ◦ blue 135

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

Shades of De York #8AC287

Tints of De York #8AC287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

 BLUE value IS 135 (53.13% from 255) = 28.91%

R = 29.55%
G = 41.54%
B = 28.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#8AC287 (or 0x8AC287) is known color: De York. HEX triplet: 8A, C2 and 87. RGB value is (138,194,135). Sum of RGB (Red+Green+Blue) = 138+194+135=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC287 is #753D78. Grayscale: #AAAAAA. Windows color (decimal): -7683449 or 8897162. OLE color: 8897162.

HSL color Cylindrical-coordinate representation of color #8AC287: hue angle of 116.95º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC287 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 135 -
CMYK 0.29 0 0.30 0.24
HSL 116.95º 0.33% 0.65% -
HSV(B) 116.95º 0.3% 0.76% -
XYZ 34.15 45.74 29.95 -
YUV 170.53 107.95 104.8 -
System Red Green Blue C M Y K H S L
Decimal 138 194 135 0.29 0 0.30 0.24 116.95 0.33 0.65
Hex 8A C2 87 1D 0 1E 18 75 21 41
Octal 212 302 207 35 0 36 30 165 41 101
Binary 10001010 11000010 10000111 11101 0 11110 11000 1110101 100001 1000001

Color Harmonies of #8AC287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC287

Black with #8AC287

Text Example


Text Example

White with #8AC287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,135); }

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

background-color css

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

 a { background-color: rgb(138,194,135); }

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

border-color css

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

 span { border-color: rgb(138,194,135); }

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