#7ACF7B

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

Shades of Pastel Green #7ACF7B

Tints of Pastel Green #7ACF7B

Color information

#7ACF7B (or 0x7ACF7B) is unknown color: approx Pastel Green. HEX triplet: 7A, CF and 7B. RGB value is (122,207,123). Sum of RGB (Red+Green+Blue) = 122+207+123=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF7B is #853084. Grayscale: #ACACAC. Windows color (decimal): -8728709 or 8114042. OLE color: 8114042.

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

Color convert

RGB122207123-
CMYK0.4100.410.19
HSL120.71º46.96%64.51%-
HSV(B)120.71º41.06%81.18%-
XYZ33.9150.1926.64-
YUV172.01100.3492.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.99%
GREEN value IS 207 (81.25% from 255) = 45.80%
BLUE value IS 123 (48.44% from 255) = 27.21%
R=26.99%
G=45.80%
B=27.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222071230.4100.410.19120.7146.9664.51
Hex7ACF7B2902913792f41
Octal172317173510512317157101
Binary111101011001111111101110100101010011001111110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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