Html Css Color HEX #7ACE92 De York

📋 copy color: '#7ACE92'

red 122 ◦ green 206 ◦ blue 146

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

Shades of De York #7ACE92

Tints of De York #7ACE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.8%

R = 25.74%
G = 43.46%
B = 30.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#7ACE92 (or 0x7ACE92) is known color: De York. HEX triplet: 7A, CE and 92. RGB value is (122,206,146). Sum of RGB (Red+Green+Blue) = 122+206+146=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE92 is #85316D. Grayscale: #AEAEAE. Windows color (decimal): -8728942 or 9621114. OLE color: 9621114.

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

Color convert

RGB 122 206 146 -
CMYK 0.41 0 0.29 0.19
HSL 137.14º 0.46% 0.64% -
HSV(B) 137.14º 0.41% 0.81% -
XYZ 35.29 50.36 35.05 -
YUV 174.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 122 206 146 0.41 0 0.29 0.19 137.14 0.46 0.64
Hex 7A CE 92 29 0 1D 13 89 2E 40
Octal 172 316 222 51 0 35 23 211 56 100
Binary 1111010 11001110 10010010 101001 0 11101 10011 10001001 101110 1000000

Color Harmonies of #7ACE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE92

Black with #7ACE92

Text Example


Text Example

White with #7ACE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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