#7ACB71

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

Shades of Pastel Green #7ACB71

Tints of Pastel Green #7ACB71

Color information

#7ACB71 (or 0x7ACB71) is unknown color: approx Pastel Green. HEX triplet: 7A, CB and 71. RGB value is (122,203,113). Sum of RGB (Red+Green+Blue) = 122+203+113=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB71 is #85348E. Grayscale: #A8A8A8. Windows color (decimal): -8729743 or 7457658. OLE color: 7457658.

HSL color Cylindrical-coordinate representation of color #7ACB71: hue angle of 114º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ACB71 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB122203113-
CMYK0.4000.440.20
HSL114º46.39%61.96%-
HSV(B)114º44.33%79.61%-
XYZ32.3648.0423.19-
YUV168.5296.6694.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.85%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=27.85%
G=46.35%
B=25.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222031130.4000.440.2011446.3961.96
Hex7ACB712802C14722e3e
Octal17231316150054241625676
Binary11110101100101111100011010000101100101001110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,203,113); }

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

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

 a { background-color: rgb(122,203,113); }

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

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

 span { border-color: rgb(122,203,113); }

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