Html Css Color HEX #8ACD7F De York

📋 copy color: '#8ACD7F'

red 138 ◦ green 205 ◦ blue 127

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

Shades of De York #8ACD7F

Tints of De York #8ACD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.02%

R = 29.36%
G = 43.62%
B = 27.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#8ACD7F (or 0x8ACD7F) is known color: De York. HEX triplet: 8A, CD and 7F. RGB value is (138,205,127). Sum of RGB (Red+Green+Blue) = 138+205+127=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD7F is #753280. Grayscale: #B0B0B0. Windows color (decimal): -7680641 or 8375690. OLE color: 8375690.

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

Color convert

RGB 138 205 127 -
CMYK 0.33 0 0.38 0.20
HSL 111.54º 0.44% 0.65% -
HSV(B) 111.54º 0.38% 0.8% -
XYZ 36.14 50.6 27.94 -
YUV 176.08 100.3 100.84 -
System Red Green Blue C M Y K H S L
Decimal 138 205 127 0.33 0 0.38 0.20 111.54 0.44 0.65
Hex 8A CD 7F 21 0 26 14 70 2C 41
Octal 212 315 177 41 0 46 24 160 54 101
Binary 10001010 11001101 1111111 100001 0 100110 10100 1110000 101100 1000001

Color Harmonies of #8ACD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD7F

Black with #8ACD7F

Text Example


Text Example

White with #8ACD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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