#7ACF70

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

Shades of Pastel Green #7ACF70

Tints of Pastel Green #7ACF70

Color information

#7ACF70 (or 0x7ACF70) is unknown color: approx Pastel Green. HEX triplet: 7A, CF and 70. RGB value is (122,207,112). Sum of RGB (Red+Green+Blue) = 122+207+112=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF70 is #85308F. Grayscale: #ABABAB. Windows color (decimal): -8728720 or 7393146. OLE color: 7393146.

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

Color convert

RGB122207112-
CMYK0.4100.460.19
HSL113.68º49.74%62.55%-
HSV(B)113.68º45.89%81.18%-
XYZ33.2649.9323.21-
YUV170.7694.8493.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 207 (81.25% from 255) = 46.94%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=27.66%
G=46.94%
B=25.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222071120.4100.460.19113.6849.7462.55
Hex7ACF702902E1372323f
Octal17231716051056231626277
Binary11110101100111111100001010010101110100111110010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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