Html Css Color HEX #7ACE82 De York

📋 copy color: '#7ACE82'

red 122 ◦ green 206 ◦ blue 130

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

Shades of De York #7ACE82

Tints of De York #7ACE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 26.64%
G = 44.98%
B = 28.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#7ACE82 (or 0x7ACE82) is known color: De York. HEX triplet: 7A, CE and 82. RGB value is (122,206,130). Sum of RGB (Red+Green+Blue) = 122+206+130=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE82 is #85317D. Grayscale: #ACACAC. Windows color (decimal): -8728958 or 8572538. OLE color: 8572538.

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

Color convert

RGB 122 206 130 -
CMYK 0.41 0 0.37 0.19
HSL 125.71º 0.46% 0.64% -
HSV(B) 125.71º 0.41% 0.81% -
XYZ 34.13 49.89 28.95 -
YUV 172.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 122 206 130 0.41 0 0.37 0.19 125.71 0.46 0.64
Hex 7A CE 82 29 0 25 13 7E 2E 40
Octal 172 316 202 51 0 45 23 176 56 100
Binary 1111010 11001110 10000010 101001 0 100101 10011 1111110 101110 1000000

Color Harmonies of #7ACE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE82

Black with #7ACE82

Text Example


Text Example

White with #7ACE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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