Html Css Color HEX #7ACC92 De York

📋 copy color: '#7ACC92'

red 122 ◦ green 204 ◦ blue 146

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

Shades of De York #7ACC92

Tints of De York #7ACC92

RGB

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

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

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

R = 25.85%
G = 43.22%
B = 30.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#7ACC92 (or 0x7ACC92) is known color: De York. HEX triplet: 7A, CC and 92. RGB value is (122,204,146). Sum of RGB (Red+Green+Blue) = 122+204+146=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC92 is #85336D. Grayscale: #ADADAD. Windows color (decimal): -8729454 or 9620602. OLE color: 9620602.

HSL color Cylindrical-coordinate representation of color #7ACC92: hue angle of 137.56º 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 #7ACC92 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 146 -
CMYK 0.40 0 0.28 0.2
HSL 137.56º 0.45% 0.64% -
HSV(B) 137.56º 0.4% 0.8% -
XYZ 34.81 49.4 34.89 -
YUV 172.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 122 204 146 0.40 0 0.28 0.2 137.56 0.45 0.64
Hex 7A CC 92 28 0 1C 14 8A 2D 40
Octal 172 314 222 50 0 34 24 212 55 100
Binary 1111010 11001100 10010010 101000 0 11100 10100 10001010 101101 1000000

Color Harmonies of #7ACC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC92

Black with #7ACC92

Text Example


Text Example

White with #7ACC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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