Html Css Color HEX #7ACE8B De York

📋 copy color: '#7ACE8B'

red 122 ◦ green 206 ◦ blue 139

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

Shades of De York #7ACE8B

Tints of De York #7ACE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 26.12%
G = 44.11%
B = 29.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#7ACE8B (or 0x7ACE8B) is known color: De York. HEX triplet: 7A, CE and 8B. RGB value is (122,206,139). Sum of RGB (Red+Green+Blue) = 122+206+139=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE8B is #853174. Grayscale: #ADADAD. Windows color (decimal): -8728949 or 9162362. OLE color: 9162362.

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

Color convert

RGB 122 206 139 -
CMYK 0.41 0 0.33 0.19
HSL 132.14º 0.46% 0.64% -
HSV(B) 132.14º 0.41% 0.81% -
XYZ 34.76 50.14 32.27 -
YUV 173.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 122 206 139 0.41 0 0.33 0.19 132.14 0.46 0.64
Hex 7A CE 8B 29 0 21 13 84 2E 40
Octal 172 316 213 51 0 41 23 204 56 100
Binary 1111010 11001110 10001011 101001 0 100001 10011 10000100 101110 1000000

Color Harmonies of #7ACE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE8B

Black with #7ACE8B

Text Example


Text Example

White with #7ACE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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