Html Css Color HEX #8ACE7B De York

📋 copy color: '#8ACE7B'

red 138 ◦ green 206 ◦ blue 123

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

Shades of De York #8ACE7B

Tints of De York #8ACE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 29.55%
G = 44.11%
B = 26.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#8ACE7B (or 0x8ACE7B) is known color: De York. HEX triplet: 8A, CE and 7B. RGB value is (138,206,123). Sum of RGB (Red+Green+Blue) = 138+206+123=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE7B is #753184. Grayscale: #B0B0B0. Windows color (decimal): -7680389 or 8113802. OLE color: 8113802.

HSL color Cylindrical-coordinate representation of color #8ACE7B: hue angle of 109.16º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ACE7B is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 123 -
CMYK 0.33 0 0.40 0.19
HSL 109.16º 0.46% 0.65% -
HSV(B) 109.16º 0.4% 0.81% -
XYZ 36.13 50.98 26.67 -
YUV 176.21 97.97 100.75 -
System Red Green Blue C M Y K H S L
Decimal 138 206 123 0.33 0 0.40 0.19 109.16 0.46 0.65
Hex 8A CE 7B 21 0 28 13 6D 2E 41
Octal 212 316 173 41 0 50 23 155 56 101
Binary 10001010 11001110 1111011 100001 0 101000 10011 1101101 101110 1000001

Color Harmonies of #8ACE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE7B

Black with #8ACE7B

Text Example


Text Example

White with #8ACE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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