Html Css Color HEX #07AC3C Dark Pastel Green

📋 copy color: '#07AC3C'

red 7 ◦ green 172 ◦ blue 60

#07AC3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #07AC3C

Tints of Dark Pastel Green #07AC3C

RGB

 RED value IS 7 (3.13% from 255) = 2.93%

 GREEN value IS 172 (67.58% from 255) = 71.97%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 2.93%
G = 71.97%
B = 25.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#07AC3C (or 0x07AC3C) is known color: Dark Pastel Green. HEX triplet: 07, AC and 3C. RGB value is (7,172,60). Sum of RGB (Red+Green+Blue) = 7+172+60=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 172 (67.58% from 255 or 71.97% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AC3C is #F853C3. Grayscale: #6E6E6E. Windows color (decimal): -16274372 or 3976199. OLE color: 3976199.

HSL color Cylindrical-coordinate representation of color #07AC3C: hue angle of 139.27º 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 #07AC3C is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 172 60 -
CMYK 0.96 0 0.65 0.33
HSL 139.27º 0.92% 0.35% -
HSV(B) 139.27º 0.96% 0.67% -
XYZ 15.66 29.88 9.22 -
YUV 109.9 99.84 54.61 -
System Red Green Blue C M Y K H S L
Decimal 7 172 60 0.96 0 0.65 0.33 139.27 0.92 0.35
Hex 7 AC 3C 60 0 41 21 8B 5C 23
Octal 7 254 74 140 0 101 41 213 134 43
Binary 111 10101100 111100 1100000 0 1000001 100001 10001011 1011100 100011

Color Harmonies of #07AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AC3C

Black with #07AC3C

Text Example


Text Example

White with #07AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07AC3C;
 }
 .AnyTagClassName
 {
   color: #07AC3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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