Html Css Color HEX #7ACE86 De York

📋 copy color: '#7ACE86'

red 122 ◦ green 206 ◦ blue 134

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

Shades of De York #7ACE86

Tints of De York #7ACE86

RGB

 RED value IS 122 (48.05% from 255) = 26.41%

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

 BLUE value IS 134 (52.73% from 255) = 29%

R = 26.41%
G = 44.59%
B = 29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#7ACE86 (or 0x7ACE86) is known color: De York. HEX triplet: 7A, CE and 86. RGB value is (122,206,134). Sum of RGB (Red+Green+Blue) = 122+206+134=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE86 is #853179. Grayscale: #ACACAC. Windows color (decimal): -8728954 or 8834682. OLE color: 8834682.

HSL color Cylindrical-coordinate representation of color #7ACE86: hue angle of 128.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 #7ACE86 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 134 -
CMYK 0.41 0 0.35 0.19
HSL 128.57º 0.46% 0.64% -
HSV(B) 128.57º 0.41% 0.81% -
XYZ 34.4 50 30.39 -
YUV 172.68 106.17 91.85 -
System Red Green Blue C M Y K H S L
Decimal 122 206 134 0.41 0 0.35 0.19 128.57 0.46 0.64
Hex 7A CE 86 29 0 23 13 81 2E 40
Octal 172 316 206 51 0 43 23 201 56 100
Binary 1111010 11001110 10000110 101001 0 100011 10011 10000001 101110 1000000

Color Harmonies of #7ACE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE86

Black with #7ACE86

Text Example


Text Example

White with #7ACE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ACE86; }

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

 H1.HeaderClassName
 {
   color: #7ACE86;
 }
 .AnyTagClassName
 {
   color: #7ACE86;
 }
</style>

background-color css

<style>
 a { background-color: #7ACE86; }

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

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

border-color css

<style>
 span { border-color: #7ACE86; }

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

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