Html Css Color HEX #8ACE7A De York

📋 copy color: '#8ACE7A'

red 138 ◦ green 206 ◦ blue 122

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

Shades of De York #8ACE7A

Tints of De York #8ACE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 29.61%
G = 44.21%
B = 26.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#8ACE7A (or 0x8ACE7A) is known color: De York. HEX triplet: 8A, CE and 7A. RGB value is (138,206,122). Sum of RGB (Red+Green+Blue) = 138+206+122=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE7A is #753185. Grayscale: #B0B0B0. Windows color (decimal): -7680390 or 8048266. OLE color: 8048266.

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

Color convert

RGB 138 206 122 -
CMYK 0.33 0 0.41 0.19
HSL 108.57º 0.46% 0.64% -
HSV(B) 108.57º 0.41% 0.81% -
XYZ 36.07 50.95 26.35 -
YUV 176.09 97.47 100.83 -
System Red Green Blue C M Y K H S L
Decimal 138 206 122 0.33 0 0.41 0.19 108.57 0.46 0.64
Hex 8A CE 7A 21 0 29 13 6D 2E 40
Octal 212 316 172 41 0 51 23 155 56 100
Binary 10001010 11001110 1111010 100001 0 101001 10011 1101101 101110 1000000

Color Harmonies of #8ACE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE7A

Black with #8ACE7A

Text Example


Text Example

White with #8ACE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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