#7ACF73

Color #7ACF73 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7ACF73

Tints of Pastel Green #7ACF73

Color information

#7ACF73 (or 0x7ACF73) is unknown color: approx Pastel Green. HEX triplet: 7A, CF and 73. RGB value is (122,207,115). Sum of RGB (Red+Green+Blue) = 122+207+115=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF73 is #85308C. Grayscale: #ABABAB. Windows color (decimal): -8728717 or 7589754. OLE color: 7589754.

HSL color Cylindrical-coordinate representation of color #7ACF73: hue angle of 115.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ACF73 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB122207115-
CMYK0.4100.440.19
HSL115.43º48.94%63.14%-
HSV(B)115.43º44.44%81.18%-
XYZ33.435024.11-
YUV171.196.3492.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.48%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=27.48%
G=46.62%
B=25.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222071150.4100.440.19115.4348.9463.14
Hex7ACF732902C1373313f
Octal17231716351054231636177
Binary11110101100111111100111010010101100100111110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,207,115); }

 H1.HeaderClassName
 {
   color: #7ACF73;
 }
 .AnyTagClassName
 {
   color: #7ACF73;
 }
</style>
background-color css

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

 a { background-color: rgb(122,207,115); }

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

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

 span { border-color: rgb(122,207,115); }

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