Html Css Color HEX #7ACE90 De York

📋 copy color: '#7ACE90'

red 122 ◦ green 206 ◦ blue 144

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

Shades of De York #7ACE90

Tints of De York #7ACE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 25.85%
G = 43.64%
B = 30.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#7ACE90 (or 0x7ACE90) is known color: De York. HEX triplet: 7A, CE and 90. RGB value is (122,206,144). Sum of RGB (Red+Green+Blue) = 122+206+144=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE90 is #85316F. Grayscale: #ADADAD. Windows color (decimal): -8728944 or 9490042. OLE color: 9490042.

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

Color convert

RGB 122 206 144 -
CMYK 0.41 0 0.30 0.19
HSL 135.71º 0.46% 0.64% -
HSV(B) 135.71º 0.41% 0.81% -
XYZ 35.13 50.29 34.24 -
YUV 173.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 122 206 144 0.41 0 0.30 0.19 135.71 0.46 0.64
Hex 7A CE 90 29 0 1E 13 88 2E 40
Octal 172 316 220 51 0 36 23 210 56 100
Binary 1111010 11001110 10010000 101001 0 11110 10011 10001000 101110 1000000

Color Harmonies of #7ACE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE90

Black with #7ACE90

Text Example


Text Example

White with #7ACE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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