Html Css Color HEX #7ACC90 De York

📋 copy color: '#7ACC90'

red 122 ◦ green 204 ◦ blue 144

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

Shades of De York #7ACC90

Tints of De York #7ACC90

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

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

R = 25.96%
G = 43.4%
B = 30.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#7ACC90 (or 0x7ACC90) is known color: De York. HEX triplet: 7A, CC and 90. RGB value is (122,204,144). Sum of RGB (Red+Green+Blue) = 122+204+144=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC90 is #85336F. Grayscale: #ACACAC. Windows color (decimal): -8729456 or 9489530. OLE color: 9489530.

HSL color Cylindrical-coordinate representation of color #7ACC90: hue angle of 136.1º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACC90 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 144 -
CMYK 0.40 0 0.29 0.2
HSL 136.1º 0.45% 0.64% -
HSV(B) 136.1º 0.4% 0.8% -
XYZ 34.65 49.34 34.08 -
YUV 172.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 122 204 144 0.40 0 0.29 0.2 136.1 0.45 0.64
Hex 7A CC 90 28 0 1D 14 88 2D 40
Octal 172 314 220 50 0 35 24 210 55 100
Binary 1111010 11001100 10010000 101000 0 11101 10100 10001000 101101 1000000

Color Harmonies of #7ACC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC90

Black with #7ACC90

Text Example


Text Example

White with #7ACC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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