Html Css Color HEX #8ACD8E De York

📋 copy color: '#8ACD8E'

red 138 ◦ green 205 ◦ blue 142

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

Shades of De York #8ACD8E

Tints of De York #8ACD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 28.45%
G = 42.27%
B = 29.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#8ACD8E (or 0x8ACD8E) is known color: De York. HEX triplet: 8A, CD and 8E. RGB value is (138,205,142). Sum of RGB (Red+Green+Blue) = 138+205+142=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD8E is #753271. Grayscale: #B1B1B1. Windows color (decimal): -7680626 or 9358730. OLE color: 9358730.

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

Color convert

RGB 138 205 142 -
CMYK 0.33 0 0.31 0.20
HSL 123.58º 0.4% 0.67% -
HSV(B) 123.58º 0.33% 0.8% -
XYZ 37.2 51.02 33.48 -
YUV 177.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 138 205 142 0.33 0 0.31 0.20 123.58 0.4 0.67
Hex 8A CD 8E 21 0 1F 14 7C 28 43
Octal 212 315 216 41 0 37 24 174 50 103
Binary 10001010 11001101 10001110 100001 0 11111 10100 1111100 101000 1000011

Color Harmonies of #8ACD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD8E

Black with #8ACD8E

Text Example


Text Example

White with #8ACD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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