Html Css Color HEX #8ACC7F De York

📋 copy color: '#8ACC7F'

red 138 ◦ green 204 ◦ blue 127

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

Shades of De York #8ACC7F

Tints of De York #8ACC7F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.5%

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

R = 29.42%
G = 43.5%
B = 27.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#8ACC7F (or 0x8ACC7F) is known color: De York. HEX triplet: 8A, CC and 7F. RGB value is (138,204,127). Sum of RGB (Red+Green+Blue) = 138+204+127=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC7F is #753380. Grayscale: #AFAFAF. Windows color (decimal): -7680897 or 8375434. OLE color: 8375434.

HSL color Cylindrical-coordinate representation of color #8ACC7F: hue angle of 111.43º degrees, saturation: 0.43, 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 #8ACC7F is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 127 -
CMYK 0.32 0 0.38 0.2
HSL 111.43º 0.43% 0.65% -
HSV(B) 111.43º 0.38% 0.8% -
XYZ 35.9 50.12 27.86 -
YUV 175.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 138 204 127 0.32 0 0.38 0.2 111.43 0.43 0.65
Hex 8A CC 7F 20 0 26 14 6F 2B 41
Octal 212 314 177 40 0 46 24 157 53 101
Binary 10001010 11001100 1111111 100000 0 100110 10100 1101111 101011 1000001

Color Harmonies of #8ACC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC7F

Black with #8ACC7F

Text Example


Text Example

White with #8ACC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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