Html Css Color HEX #8ACD7E De York

📋 copy color: '#8ACD7E'

red 138 ◦ green 205 ◦ blue 126

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

Shades of De York #8ACD7E

Tints of De York #8ACD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 29.42%
G = 43.71%
B = 26.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#8ACD7E (or 0x8ACD7E) is known color: De York. HEX triplet: 8A, CD and 7E. RGB value is (138,205,126). Sum of RGB (Red+Green+Blue) = 138+205+126=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD7E is #753281. Grayscale: #B0B0B0. Windows color (decimal): -7680642 or 8310154. OLE color: 8310154.

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

Color convert

RGB 138 205 126 -
CMYK 0.33 0 0.39 0.20
HSL 110.89º 0.44% 0.65% -
HSV(B) 110.89º 0.39% 0.8% -
XYZ 36.08 50.57 27.6 -
YUV 175.96 99.8 100.92 -
System Red Green Blue C M Y K H S L
Decimal 138 205 126 0.33 0 0.39 0.20 110.89 0.44 0.65
Hex 8A CD 7E 21 0 27 14 6F 2C 41
Octal 212 315 176 41 0 47 24 157 54 101
Binary 10001010 11001101 1111110 100001 0 100111 10100 1101111 101100 1000001

Color Harmonies of #8ACD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD7E

Black with #8ACD7E

Text Example


Text Example

White with #8ACD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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