#07AC22

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

Shades of Dark Pastel Green #07AC22

Tints of Dark Pastel Green #07AC22

Color information

#07AC22 (or 0x07AC22) is unknown color: approx Dark Pastel Green. HEX triplet: 07, AC and 22. RGB value is (7,172,34). Sum of RGB (Red+Green+Blue) = 7+172+34=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 172 (67.58% from 255 or 80.75% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AC22 is #F853DD. Grayscale: #6B6B6B. Windows color (decimal): -16274398 or 2272263. OLE color: 2272263.

HSL color Cylindrical-coordinate representation of color #07AC22: hue angle of 129.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AC22 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB717234-
CMYK0.9600.800.33
HSL129.82º92.18%35.1%-
HSV(B)129.82º95.93%67.45%-
XYZ15.1329.676.44-
YUV106.9386.8456.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 172 (67.58% from 255) = 80.75%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=3.29%
G=80.75%
B=15.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7172340.9600.800.33129.8292.1835.1
Hex7AC226005021825c23
Octal72544214001204120213443
Binary11110101100100010110000001010000100001100000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07AC22; }

 p { color: rgb(7,172,34); }

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

<style>
 a { background-color: #07AC22; }

 a { background-color: rgb(7,172,34); }

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

<style>
 span { border-color: #07AC22; }

 span { border-color: rgb(7,172,34); }

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