Html Css Color HEX #8ACE77 De York

📋 copy color: '#8ACE77'

red 138 ◦ green 206 ◦ blue 119

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

Shades of De York #8ACE77

Tints of De York #8ACE77

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.49%

 BLUE value IS 119 (46.88% from 255) = 25.7%

R = 29.81%
G = 44.49%
B = 25.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#8ACE77 (or 0x8ACE77) is known color: De York. HEX triplet: 8A, CE and 77. RGB value is (138,206,119). Sum of RGB (Red+Green+Blue) = 138+206+119=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE77 is #753188. Grayscale: #B0B0B0. Windows color (decimal): -7680393 or 7851658. OLE color: 7851658.

HSL color Cylindrical-coordinate representation of color #8ACE77: hue angle of 106.9º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACE77 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 119 -
CMYK 0.33 0 0.42 0.19
HSL 106.9º 0.47% 0.64% -
HSV(B) 106.9º 0.42% 0.81% -
XYZ 35.88 50.88 25.38 -
YUV 175.75 95.97 101.07 -
System Red Green Blue C M Y K H S L
Decimal 138 206 119 0.33 0 0.42 0.19 106.9 0.47 0.64
Hex 8A CE 77 21 0 2A 13 6B 2F 40
Octal 212 316 167 41 0 52 23 153 57 100
Binary 10001010 11001110 1110111 100001 0 101010 10011 1101011 101111 1000000

Color Harmonies of #8ACE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE77

Black with #8ACE77

Text Example


Text Example

White with #8ACE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,119); }

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

background-color css

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

 a { background-color: rgb(138,206,119); }

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

border-color css

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

 span { border-color: rgb(138,206,119); }

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