Html Css Color HEX #7ACE8E De York

📋 copy color: '#7ACE8E'

red 122 ◦ green 206 ◦ blue 142

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

Shades of De York #7ACE8E

Tints of De York #7ACE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.21%

R = 25.96%
G = 43.83%
B = 30.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#7ACE8E (or 0x7ACE8E) is known color: De York. HEX triplet: 7A, CE and 8E. RGB value is (122,206,142). Sum of RGB (Red+Green+Blue) = 122+206+142=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE8E is #853171. Grayscale: #ADADAD. Windows color (decimal): -8728946 or 9358970. OLE color: 9358970.

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

Color convert

RGB 122 206 142 -
CMYK 0.41 0 0.31 0.19
HSL 134.29º 0.46% 0.64% -
HSV(B) 134.29º 0.41% 0.81% -
XYZ 34.98 50.23 33.44 -
YUV 173.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 122 206 142 0.41 0 0.31 0.19 134.29 0.46 0.64
Hex 7A CE 8E 29 0 1F 13 86 2E 40
Octal 172 316 216 51 0 37 23 206 56 100
Binary 1111010 11001110 10001110 101001 0 11111 10011 10000110 101110 1000000

Color Harmonies of #7ACE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE8E

Black with #7ACE8E

Text Example


Text Example

White with #7ACE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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